Uses of Class
com.bigdata.journal.CommitRecordIndex.Entry

Packages that use CommitRecordIndex.Entry
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
 

Uses of CommitRecordIndex.Entry in com.bigdata.journal
 

Methods in com.bigdata.journal that return CommitRecordIndex.Entry
 CommitRecordIndex.Entry CommitRecordIndex.CommitRecordIndexTupleSerializer.deserialize(ITuple tuple)
           
 CommitRecordIndex.Entry CommitRecordIndex.Entry.EntrySerializer.deserializeEntry(DataInputBuffer is)
          De-serialize an CommitRecordIndex.Entry.
 

Methods in com.bigdata.journal with parameters of type CommitRecordIndex.Entry
 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-2011 SYSTAP, LLC. All Rights Reserved.