org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyStore

java.lang.Object
  extended by org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore

public class LegacyStore
extends Object


Field Summary
static String FROM_VERSION
           
 
Constructor Summary
LegacyStore(String storageFileName)
           
 
Method Summary
 void close()
           
 LegacyDynamicRecordFetcher getDynamicRecordFetcher()
           
 LegacyNeoStoreReader getNeoStoreReader()
           
 LegacyNodeStoreReader getNodeStoreReader()
           
 LegacyDynamicStoreReader getPropertyIndexKeyStoreReader()
           
 LegacyPropertyIndexStoreReader getPropertyIndexStoreReader()
           
 LegacyPropertyStoreReader getPropertyStoreReader()
           
 LegacyRelationshipStoreReader getRelationshipStoreReader()
           
 LegacyDynamicStoreReader getRelationshipTypeNameStoreReader()
           
 LegacyRelationshipTypeStoreReader getRelationshipTypeStoreReader()
           
 String getStorageFileName()
           
static long getUnsignedInt(ByteBuffer buf)
           
protected  void initStorage()
           
protected static long longFromIntAndMod(long base, long modifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FROM_VERSION

public static final String FROM_VERSION
See Also:
Constant Field Values
Constructor Detail

LegacyStore

public LegacyStore(String storageFileName)
            throws IOException
Throws:
IOException
Method Detail

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.