Package | Description |
---|---|
com.bigdata.btree.data | |
com.bigdata.btree.raba | |
com.bigdata.btree.raba.codec | |
com.bigdata.htree.data | |
com.bigdata.io | |
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
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 | Method and Description |
---|---|
protected void |
AbstractNodeOrLeafDataRecordTestCase.doRoundTripTest(IAbstractNodeData expected,
IAbstractNodeDataCoder<?> coder,
DataOutputBuffer buf) |
AbstractFixedByteArrayBuffer |
DefaultLeafCoder.encode(ILeafData leaf,
DataOutputBuffer buf) |
AbstractFixedByteArrayBuffer |
DefaultNodeCoder.encode(INodeData node,
DataOutputBuffer buf) |
AbstractFixedByteArrayBuffer |
IAbstractNodeDataCoder.encode(T node,
DataOutputBuffer buf)
Encode the data, returning a slice containing the coded data.
|
ILeafData |
DefaultLeafCoder.encodeLive(ILeafData leaf,
DataOutputBuffer buf) |
INodeData |
DefaultNodeCoder.encodeLive(INodeData node,
DataOutputBuffer buf) |
T |
IAbstractNodeDataCoder.encodeLive(T node,
DataOutputBuffer buf)
Encode the data, returning a reference to a coded instance of the data.
|
Modifier and Type | Method and Description |
---|---|
AbstractFixedByteArrayBuffer |
ConditionalRabaCoder.encode(IRaba raba,
DataOutputBuffer buf) |
ICodedRaba |
ConditionalRabaCoder.encodeLive(IRaba raba,
DataOutputBuffer buf) |
Modifier and Type | Method and Description |
---|---|
AbstractFixedByteArrayBuffer |
DefaultDirectoryPageCoder.encode(IDirectoryData node,
DataOutputBuffer buf) |
IDirectoryData |
DefaultDirectoryPageCoder.encodeLive(IDirectoryData node,
DataOutputBuffer buf) |
Modifier and Type | Method and Description |
---|---|
DataOutputBuffer |
DataOutputBuffer.reset()
Conforms the return type to an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
IVSolutionSetEncoder.encodeSolution(DataOutputBuffer out,
IBindingSet bset)
Encode the solution on the stream.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BigdataValueSerializer.serialize(V val,
DataOutputBuffer out,
ByteArrayBuffer tmp)
Variant which permits reuse of the same buffer.
|
void |
BigdataValueSerializer.serialize2(V val,
DataOutputBuffer out,
ByteArrayBuffer tmp)
Variant which permits reuse of the same buffer and avoids copying the
data once it has been formated onto the caller's
DataOutputBuffer
(core impl). |
Modifier and Type | Method and Description |
---|---|
AbstractFixedByteArrayBuffer |
FastRDFValueCoder2.encode(IRaba raba,
DataOutputBuffer buf) |
ICodedRaba |
FastRDFValueCoder2.encodeLive(IRaba raba,
DataOutputBuffer buf) |
Modifier and Type | Method and Description |
---|---|
static DataOutputBuffer |
ValueType.getBuffer()
Return a
ThreadLocal buffer that is used to serialize values. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.