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

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

public class LegacyDynamicStoreReader
extends Object


Field Summary
protected static int BLOCK_HEADER_SIZE
           
static String FROM_VERSION_ARRAY
           
static String FROM_VERSION_STRING
           
 
Constructor Summary
LegacyDynamicStoreReader(String fileName, String fromVersionArray)
           
 
Method Summary
 void close()
           
 List<LegacyDynamicRecord> getPropertyChain(long startBlockId)
           
static Object getRightArray(byte[] bArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LegacyDynamicStoreReader

public LegacyDynamicStoreReader(String fileName,
                                String fromVersionArray)
                         throws IOException
Throws:
IOException
Method Detail

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.