org.gillius.realdb.model.pool
Interface TxEntry

All Superinterfaces:
DataOutputWritable
All Known Subinterfaces:
BlockTxEntry
All Known Implementing Classes:
AddIndexTxEntry, FreeStateTxEntry, IndexTxEntry, RemoveFreeTxEntry, RemoveIndexTxEntry

public interface TxEntry
extends DataOutputWritable

Transaction log entry. The first byte of the serialized form must be the external code of the type from getType().

Author:
Jason Winnebeck

Method Summary
 TxEntryType getType()
           
 
Methods inherited from interface org.gillius.realdb.io.DataOutputWritable
write
 

Method Detail

getType

TxEntryType getType()


Copyright © 2008-2010 Jason Winnebeck. All Rights Reserved.