org.neo4j.kernel.ha
Class NeoStoreUtil

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

public class NeoStoreUtil
extends Object


Constructor Summary
NeoStoreUtil(File storeDir)
           
NeoStoreUtil(File storeDir, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs)
           
 
Method Summary
 org.neo4j.kernel.impl.nioneo.store.StoreId asStoreId()
           
 long getCreationTime()
           
 long getLastCommittedTx()
           
 long getLogVersion()
           
 long getStoreId()
           
 long getStoreVersion()
           
static void main(String[] args)
           
static boolean storeExists(File storeDir)
           
static boolean storeExists(File storeDir, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeoStoreUtil

public NeoStoreUtil(File storeDir)

NeoStoreUtil

public NeoStoreUtil(File storeDir,
                    org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs)
Method Detail

main

public static void main(String[] args)

getCreationTime

public long getCreationTime()

getStoreId

public long getStoreId()

getLastCommittedTx

public long getLastCommittedTx()

getLogVersion

public long getLogVersion()

getStoreVersion

public long getStoreVersion()

asStoreId

public org.neo4j.kernel.impl.nioneo.store.StoreId asStoreId()

toString

public String toString()
Overrides:
toString in class Object

storeExists

public static boolean storeExists(File storeDir)

storeExists

public static boolean storeExists(File storeDir,
                                  org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs)


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