org.neo4j.kernel.impl.transaction.xaframework
Class LogExtractor.TxPosition

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.LogExtractor.TxPosition
Enclosing class:
LogExtractor

public static class LogExtractor.TxPosition
extends Object


Constructor Summary
LogExtractor.TxPosition(long version, int masterId, int identifier, long position, long checksum)
           
 
Method Summary
 boolean earlierThan(LogExtractor.TxPosition other)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogExtractor.TxPosition

public LogExtractor.TxPosition(long version,
                               int masterId,
                               int identifier,
                               long position,
                               long checksum)
Method Detail

earlierThan

public boolean earlierThan(LogExtractor.TxPosition other)

toString

public String toString()
Overrides:
toString in class Object


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