org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyRelationshipStoreReader
java.lang.Object
org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
public class LegacyRelationshipStoreReader
- 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
RECORD_LENGTH
public static final int RECORD_LENGTH
- See Also:
- Constant Field Values
LegacyRelationshipStoreReader
public LegacyRelationshipStoreReader(String fileName)
throws IOException
- Throws:
IOException
getMaxId
public long getMaxId()
readRelationshipStore
public Iterable<RelationshipRecord> readRelationshipStore()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.