org.neo4j.kernel.impl.storemigration
Class StoreMigrator.Migration

java.lang.Object
  extended by org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
Enclosing class:
StoreMigrator

protected class StoreMigrator.Migration
extends Object


Constructor Summary
StoreMigrator.Migration(LegacyStore legacyStore, NeoStore neoStore)
           
 
Method Summary
 void createPropertyIndex(PropertyIndexStore propIndexStore, String key, int id)
           
 void createRelationshipType(RelationshipTypeStore relationshipTypeStore, String name, int id)
           
 void migratePropertyIndexes(PropertyIndexStore propIndexStore)
           
 void migrateRelationshipTypes(RelationshipTypeStore relationshipTypeStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreMigrator.Migration

public StoreMigrator.Migration(LegacyStore legacyStore,
                               NeoStore neoStore)
Method Detail

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.