com.bigdata.journal
Class CommitRecordIndex.Entry.EntrySerializer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitRecordIndex.Entry.EntrySerializer
public CommitRecordIndex.Entry.EntrySerializer()
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.