public class NeoStoreUtil extends Object
| Constructor and Description |
|---|
NeoStoreUtil(File storeDir) |
NeoStoreUtil(File storeDir,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public NeoStoreUtil(File storeDir)
public NeoStoreUtil(File storeDir, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs)
public static void main(String[] args)
public long getCreationTime()
public long getStoreId()
public long getLastCommittedTx()
public long getLogVersion()
public long getStoreVersion()
public org.neo4j.kernel.impl.nioneo.store.StoreId asStoreId()
public static boolean storeExists(File storeDir)
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.