org.neo4j.kernel.impl.storemigration
Class StoreMigrator.Migration
java.lang.Object
org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
- Enclosing class:
- StoreMigrator
protected class StoreMigrator.Migration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreMigrator.Migration
public StoreMigrator.Migration(LegacyStore legacyStore,
NeoStore neoStore)
migrateRelationshipTypes
public void migrateRelationshipTypes(RelationshipTypeStore relationshipTypeStore)
throws IOException
- Throws:
IOException
createRelationshipType
public void createRelationshipType(RelationshipTypeStore relationshipTypeStore,
String name,
int id)
migratePropertyIndexes
public void migratePropertyIndexes(PropertyIndexStore propIndexStore)
throws IOException
- Throws:
IOException
createPropertyIndex
public void createPropertyIndex(PropertyIndexStore propIndexStore,
String key,
int id)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.