Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Method and Description |
---|---|
CommitRecordIndex.Entry |
CommitRecordIndex.CommitRecordIndexTupleSerializer.deserialize(ITuple tuple) |
CommitRecordIndex.Entry |
CommitRecordIndex.Entry.EntrySerializer.deserializeEntry(DataInputBuffer is)
De-serialize an
CommitRecordIndex.Entry . |
Modifier and Type | Method and Description |
---|---|
ICommitRecord |
CommitRecordIndex.fetchCommitRecord(CommitRecordIndex.Entry entry)
Materialize a commit record, from cache if possible.
|
byte[] |
CommitRecordIndex.Entry.EntrySerializer.serializeEntry(CommitRecordIndex.Entry entry)
Serialize an
CommitRecordIndex.Entry . |
byte[] |
CommitRecordIndex.CommitRecordIndexTupleSerializer.serializeVal(CommitRecordIndex.Entry entry)
Return the byte[] value an
CommitRecordIndex.Entry . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.