Uses of Class
com.bigdata.btree.DefaultTupleSerializer

Packages that use DefaultTupleSerializer
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.counters.store This package provides a persistence mechanism for performance counters. 
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.mdi This package provides a metadata index and range partitioned indices managed by that metadata index. 
com.bigdata.rdf.lexicon   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.search This package provides full text indexing and search. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.sparse This package provides support for treating normal B+Trees using a "sparse row store" pattern and can be applied to both local B+Trees and scale-out indices. 
 

Uses of DefaultTupleSerializer in com.bigdata.btree
 

Subclasses of DefaultTupleSerializer in com.bigdata.btree
 class NOPTupleSerializer
          Default implementation uses the KeyBuilder to format the object as a key and requires that the values are byte[]s which it passes on without change.
 

Uses of DefaultTupleSerializer in com.bigdata.counters.store
 

Subclasses of DefaultTupleSerializer in com.bigdata.counters.store
protected static class CounterSetBTree.CounterSetBTreeTupleSerializer
          Encapsulates key and value formation.
 

Uses of DefaultTupleSerializer in com.bigdata.journal
 

Subclasses of DefaultTupleSerializer in com.bigdata.journal
static class CommitRecordIndex.CommitRecordIndexTupleSerializer
          Encapsulates key and value formation for the CommitRecordIndex.
static class Name2Addr.Name2AddrTupleSerializer
          Encapsulates key and value formation for Name2Addr.
 

Uses of DefaultTupleSerializer in com.bigdata.mdi
 

Subclasses of DefaultTupleSerializer in com.bigdata.mdi
static class MetadataIndex.PartitionLocatorTupleSerializer
          Used to (de-)serialize PartitionLocators in the MetadataIndex.
 

Uses of DefaultTupleSerializer in com.bigdata.rdf.lexicon
 

Subclasses of DefaultTupleSerializer in com.bigdata.rdf.lexicon
 class BlobsTupleSerializer
          Encapsulates key and value formation for the TERMS index.
 class Id2TermTupleSerializer
          Encapsulates key and value formation for the reverse lexicon index.
 class RDFFullTextIndexTupleSerializer
          Replaces the FullTextIndexTupleSerializer to support IVs as document identifiers.
 class Term2IdTupleSerializer
          Handles the term:id index (forward mapping for the lexicon).
 

Uses of DefaultTupleSerializer in com.bigdata.rdf.spo
 

Subclasses of DefaultTupleSerializer in com.bigdata.rdf.spo
 class JustificationTupleSerializer
          (De-)serializes Justifications.
 class SPOTupleSerializer
          (De-)serializes SPOs for statement indices.
 

Uses of DefaultTupleSerializer in com.bigdata.resources
 

Subclasses of DefaultTupleSerializer in com.bigdata.resources
protected static class JournalIndex.TupleSerializer
          Encapsulates key and value formation.
 

Uses of DefaultTupleSerializer in com.bigdata.search
 

Subclasses of DefaultTupleSerializer in com.bigdata.search
 class FullTextIndexTupleSerializer<V extends Comparable<V>>
          Class manages the encoding and decoding of keys for the full text index.
 

Uses of DefaultTupleSerializer in com.bigdata.service
 

Subclasses of DefaultTupleSerializer in com.bigdata.service
protected static class CommitTimeIndex.TupleSerializer
          Encapsulates key and value formation.
protected static class EventReceiver.EventBTree.EventBTreeTupleSerializer
          Encapsulates key and value formation for the EventReceiver.EventBTree.
protected static class TxId2CommitTimeIndex.TupleSerializer
          Encapsulates key and value formation.
 

Uses of DefaultTupleSerializer in com.bigdata.sparse
 

Subclasses of DefaultTupleSerializer in com.bigdata.sparse
 class TPSTupleSerializer
          Helper class for (de-)serializing logical rows for AtomicRowFilter.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.