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

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

public class LegacyNodeStoreReader
extends Object


Field Summary
static String FROM_VERSION
           
static int RECORD_LENGTH
           
 
Constructor Summary
LegacyNodeStoreReader(String fileName)
           
 
Method Summary
 void close()
           
 long getMaxId()
           
 Iterable<NodeRecord> readNodeStore()
           
 
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

RECORD_LENGTH

public static final int RECORD_LENGTH
See Also:
Constant Field Values
Constructor Detail

LegacyNodeStoreReader

public LegacyNodeStoreReader(String fileName)
                      throws IOException
Throws:
IOException
Method Detail

getMaxId

public long getMaxId()

readNodeStore

public Iterable<NodeRecord> readNodeStore()
                                   throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.