Package | Description |
---|---|
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.btree.filter | |
com.bigdata.counters.store |
This package provides a persistence mechanism for performance
counters.
|
com.bigdata.htree | |
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.sparql.ast.service.history | |
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.service.ndx | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTupleSerializer<K,V>
Default implementation uses the
KeyBuilder to format the object as a
key and uses Java default serialization for the value. |
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. |
Modifier and Type | Field and Description |
---|---|
static ITupleSerializer |
NOPTupleSerializer.INSTANCE |
Modifier and Type | Method and Description |
---|---|
ITupleSerializer |
TestTuple.getTupleSerializer() |
ITupleSerializer |
Tuple.getTupleSerializer() |
ITupleSerializer |
ResultSet.getTupleSerializer()
The
ITupleSerializer that should be used to de-serialize the
tuples in the ResultSet . |
ITupleSerializer |
DelegateTuple.getTupleSerializer() |
ITupleSerializer |
ITuple.getTupleSerializer()
Return the object that can be used to de-serialize the tuple.
|
ITupleSerializer |
IndexMetadata.getTupleSerializer()
The object used to form unsigned byte[] keys from Java objects, to
(de-)serialize Java object stored in the index, and to (de-)compress the
keys and values when stored in a leaf or
ResultSet . |
ITupleSerializer |
AbstractChunkedTupleIterator.ResultSetTuple.getTupleSerializer() |
static ITupleSerializer |
DefaultTupleSerializer.newInstance()
Factory for a new instance using default values for the
DefaultTupleSerializer.getKeyBuilder() , the DefaultTupleSerializer.getLeafKeysCoder() , and the
DefaultTupleSerializer.getLeafValuesCoder() . |
Modifier and Type | Method and Description |
---|---|
BTree |
AbstractBTreeTestCase.getBTree(int branchingFactor,
ITupleSerializer tupleSer) |
void |
IndexMetadata.setTupleSerializer(ITupleSerializer tupleSer) |
Constructor and Description |
---|
TestTuple(int flags,
ITupleSerializer<Object,E> tupleSer,
byte[] key,
byte[] val,
boolean deleted,
long timestamp) |
TestTuple(int flags,
ITupleSerializer<Object,E> tupleSer,
Object key,
E val,
boolean deleted,
long timestamp) |
Modifier and Type | Field and Description |
---|---|
protected ITupleSerializer<? extends Object,F> |
TupleTransformer.tupleSer
The serialization provider for the transformed tuples.
|
Constructor and Description |
---|
TupleTransformer(ITupleSerializer<? extends Object,F> tupleSer) |
Modifier and Type | Class and Description |
---|---|
protected static class |
CounterSetBTree.CounterSetBTreeTupleSerializer
Encapsulates key and value formation.
|
Modifier and Type | Method and Description |
---|---|
HTree |
AbstractHTreeTestCase.getHTree(IRawStore store,
int addressBits,
boolean rawRecords,
boolean persistent,
ITupleSerializer tupleSer) |
Modifier and Type | Class and Description |
---|---|
static class |
CommitRecordIndex.CommitRecordIndexTupleSerializer
Encapsulates key and value formation for the
CommitRecordIndex . |
static class |
Name2Addr.Name2AddrTupleSerializer
Encapsulates key and value formation for
Name2Addr . |
Modifier and Type | Class and Description |
---|---|
static class |
MetadataIndex.PartitionLocatorTupleSerializer
Used to (de-)serialize
PartitionLocator s in the
MetadataIndex . |
Modifier and Type | Class and Description |
---|---|
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 IV s as
document identifiers. |
class |
Term2IdTupleSerializer
Handles the term:id index (forward mapping for the lexicon).
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryIndexTupleSerializer
(De-)serializes
IChangeRecord s for the history index. |
Modifier and Type | Class and Description |
---|---|
class |
JustificationTupleSerializer
(De-)serializes
Justification s. |
class |
SPOTupleSerializer
(De-)serializes
SPO s for statement indices. |
Modifier and Type | Class and Description |
---|---|
protected static class |
JournalIndex.TupleSerializer
Encapsulates key and value formation.
|
Modifier and Type | Class and Description |
---|---|
class |
FullTextIndexTupleSerializer<V extends Comparable<V>>
Class manages the encoding and decoding of keys for the full text index.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ITupleSerializer |
AbstractScaleOutClientIndexView.getTupleSerializer() |
protected ITupleSerializer |
ClientIndexView.getTupleSerializer() |
Modifier and Type | Class and Description |
---|---|
class |
TPSTupleSerializer
Helper class for (de-)serializing logical rows for
AtomicRowFilter . |
Modifier and Type | Method and Description |
---|---|
static ITupleSerializer<Void,TPS> |
TPSTupleSerializer.newInstance() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.