org.neo4j.kernel.ha.zookeeper
Class NeoStoreUtil

java.lang.Object
  extended by org.neo4j.kernel.ha.zookeeper.NeoStoreUtil

public class NeoStoreUtil
extends Object


Constructor Summary
NeoStoreUtil(String storeDir)
           
 
Method Summary
 long getCreationTime()
           
 long getLastCommittedTx()
           
 long getStoreId()
           
 long getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeoStoreUtil

public NeoStoreUtil(String storeDir)
Method Detail

getCreationTime

public long getCreationTime()

getStoreId

public long getStoreId()

getLastCommittedTx

public long getLastCommittedTx()

getVersion

public long getVersion()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.