com.bigdata.journal
Class CommitRecordIndex.Entry.EntrySerializer

java.lang.Object
  extended by com.bigdata.journal.CommitRecordIndex.Entry.EntrySerializer
Enclosing class:
CommitRecordIndex.Entry

public static class CommitRecordIndex.Entry.EntrySerializer
extends Object

Used to (de-)serialize CommitRecordIndex.Entrys (NOT thread-safe).

Version:
$Id: CommitRecordIndex.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Constructor Summary
CommitRecordIndex.Entry.EntrySerializer()
           
 
Method Summary
 CommitRecordIndex.Entry deserializeEntry(DataInputBuffer is)
          De-serialize an CommitRecordIndex.Entry.
 byte[] serializeEntry(CommitRecordIndex.Entry entry)
          Serialize an CommitRecordIndex.Entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitRecordIndex.Entry.EntrySerializer

public CommitRecordIndex.Entry.EntrySerializer()
Method Detail

serializeEntry

public byte[] serializeEntry(CommitRecordIndex.Entry entry)
Serialize an CommitRecordIndex.Entry.

Parameters:
entry - The entry.
Returns:
The serialized entry.

deserializeEntry

public CommitRecordIndex.Entry deserializeEntry(DataInputBuffer is)
De-serialize an CommitRecordIndex.Entry.

Parameters:
is - The serialized data.
Returns:
The CommitRecordIndex.Entry.


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.