org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyStore
java.lang.Object
org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
public class LegacyStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FROM_VERSION
public static final String FROM_VERSION
- See Also:
- Constant Field Values
LegacyStore
public LegacyStore(String storageFileName)
throws IOException
- Throws:
IOException
initStorage
protected void initStorage()
throws IOException
- Throws:
IOException
getStorageFileName
public String getStorageFileName()
getNeoStoreReader
public LegacyNeoStoreReader getNeoStoreReader()
getPropertyStoreReader
public LegacyPropertyStoreReader getPropertyStoreReader()
getNodeStoreReader
public LegacyNodeStoreReader getNodeStoreReader()
getRelationshipStoreReader
public LegacyRelationshipStoreReader getRelationshipStoreReader()
getDynamicRecordFetcher
public LegacyDynamicRecordFetcher getDynamicRecordFetcher()
getPropertyIndexStoreReader
public LegacyPropertyIndexStoreReader getPropertyIndexStoreReader()
getPropertyIndexKeyStoreReader
public LegacyDynamicStoreReader getPropertyIndexKeyStoreReader()
getRelationshipTypeNameStoreReader
public LegacyDynamicStoreReader getRelationshipTypeNameStoreReader()
getUnsignedInt
public static long getUnsignedInt(ByteBuffer buf)
longFromIntAndMod
protected static long longFromIntAndMod(long base,
long modifier)
getRelationshipTypeStoreReader
public LegacyRelationshipTypeStoreReader getRelationshipTypeStoreReader()
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.