org.neo4j.kernel.impl.transaction.xaframework
Class LogEntry.Start

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.LogEntry
      extended by org.neo4j.kernel.impl.transaction.xaframework.LogEntry.Start
Enclosing class:
LogEntry

public static class LogEntry.Start
extends LogEntry


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
LogEntry.Command, LogEntry.Commit, LogEntry.Done, LogEntry.OnePhaseCommit, LogEntry.Start, LogEntry.TwoPhaseCommit
 
Field Summary
 
Fields inherited from class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
COMMAND, DONE, EMPTY, TX_1P_COMMIT, TX_2P_COMMIT, TX_PREPARE, TX_START
 
Method Summary
static boolean checksumMatch(long first, long second)
           
 long getChecksum()
           
 int getLocalId()
           
 int getMasterId()
           
 long getStartPosition()
           
 Xid getXid()
           
 String toString()
           
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.LogEntry
getIdentifier, setIdentifier, timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getXid

public Xid getXid()

getMasterId

public int getMasterId()

getLocalId

public int getLocalId()

getStartPosition

public long getStartPosition()

getChecksum

public long getChecksum()
Returns:
combines necessary state to get a unique checksum to identify this transaction uniquely.

checksumMatch

public static boolean checksumMatch(long first,
                                    long second)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.