public class NeoStoreUtil extends Object
| Constructor and Description |
|---|
NeoStoreUtil(File storeDir) |
| 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 boolean |
storeExists(File storeDir) |
public NeoStoreUtil(File storeDir)
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)
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.