org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyDynamicStoreReader
java.lang.Object
org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
public class LegacyDynamicStoreReader
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FROM_VERSION_ARRAY
public static final String FROM_VERSION_ARRAY
- See Also:
- Constant Field Values
FROM_VERSION_STRING
public static final String FROM_VERSION_STRING
- See Also:
- Constant Field Values
BLOCK_HEADER_SIZE
protected static final int BLOCK_HEADER_SIZE
- See Also:
- Constant Field Values
LegacyDynamicStoreReader
public LegacyDynamicStoreReader(String fileName,
String fromVersionArray)
throws IOException
- Throws:
IOException
getPropertyChain
public List<LegacyDynamicRecord> getPropertyChain(long startBlockId)
getRightArray
public static Object getRightArray(byte[] bArray)
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.