org.neo4j.kernel.impl.transaction
Class TxLog.Record
java.lang.Object
org.neo4j.kernel.impl.transaction.TxLog.Record
- Enclosing class:
- TxLog
public static class TxLog.Record
- extends Object
Made public for testing only.
Wraps a transaction record in the tx log file.
getType
public byte getType()
getGlobalId
public byte[] getGlobalId()
getBranchId
public byte[] getBranchId()
getSequenceNumber
public int getSequenceNumber()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.