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

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

public class LegacyRelationshipTypeStoreReader
extends Object


Field Summary
static String FROM_VERSION
           
 
Constructor Summary
LegacyRelationshipTypeStoreReader(String fileName)
           
 
Method Summary
 Iterable<RelationshipTypeRecord> readRelationshipTypes()
           
 
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

LegacyRelationshipTypeStoreReader

public LegacyRelationshipTypeStoreReader(String fileName)
Method Detail

readRelationshipTypes

public Iterable<RelationshipTypeRecord> readRelationshipTypes()
                                                       throws IOException
Throws:
IOException


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