org.neo4j.kernel.impl.transaction
Class TxLog.Record

java.lang.Object
  extended by 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.


Method Summary
 byte[] getBranchId()
           
 byte[] getGlobalId()
           
 int getSequenceNumber()
           
 byte getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.