org.neo4j.kernel.ha.transaction
Class OnDiskLastTxIdGetter

java.lang.Object
  extended by org.neo4j.kernel.ha.transaction.OnDiskLastTxIdGetter
All Implemented Interfaces:
org.neo4j.kernel.impl.core.LastTxIdGetter

public class OnDiskLastTxIdGetter
extends Object
implements org.neo4j.kernel.impl.core.LastTxIdGetter


Constructor Summary
OnDiskLastTxIdGetter(File storeDirectory)
           
 
Method Summary
 long getLastTxId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnDiskLastTxIdGetter

public OnDiskLastTxIdGetter(File storeDirectory)
Method Detail

getLastTxId

public long getLastTxId()
Specified by:
getLastTxId in interface org.neo4j.kernel.impl.core.LastTxIdGetter


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