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.io | |
com.bigdata.io.compression | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DataInputBuffer |
TestTuple.getKeyStream() |
DataInputBuffer |
AbstractTuple.getKeyStream()
Return a stream from which the key may be read.
|
DataInputBuffer |
DelegateTuple.getKeyStream() |
DataInputBuffer |
ITuple.getKeyStream()
Return a stream from which the key may be read.
|
DataInputBuffer |
AbstractChunkedTupleIterator.ResultSetTuple.getKeyStream() |
DataInputBuffer |
TestTuple.getValueStream() |
DataInputBuffer |
AbstractTuple.getValueStream()
Return a stream from which the value may be read.
|
DataInputBuffer |
DelegateTuple.getValueStream() |
DataInputBuffer |
ITuple.getValueStream()
Return a stream from which the value may be read.
|
DataInputBuffer |
AbstractChunkedTupleIterator.ResultSetTuple.getValueStream() |
Modifier and Type | Method and Description |
---|---|
DataInputBuffer |
IFixedDataRecord.getDataInput()
Return an input stream that will read from the slice.
|
DataInputBuffer |
AbstractFixedByteArrayBuffer.getDataInput() |
Modifier and Type | Method and Description |
---|---|
String |
UnicodeHelper.decode1(DataInputBuffer in,
StringBuilder tmp)
Decode a
String from the input stream. |
Modifier and Type | Method and Description |
---|---|
CommitRecordIndex.Entry |
CommitRecordIndex.Entry.EntrySerializer.deserializeEntry(DataInputBuffer is)
De-serialize an
CommitRecordIndex.Entry . |
Modifier and Type | Method and Description |
---|---|
IBindingSet |
IVSolutionSetDecoder.decodeSolution(DataInputBuffer in,
boolean resolveCachedValues)
Stream oriented decode.
|
Modifier and Type | Method and Description |
---|---|
V |
BigdataValueSerializer.deserialize(DataInputBuffer in,
StringBuilder tmp)
Routine for efficient de-serialization of a
BigdataValue . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.