org.neo4j.kernel.impl.storemigration
Class StoreMigrator

java.lang.Object
  extended by org.neo4j.kernel.impl.storemigration.StoreMigrator

public class StoreMigrator
extends Object


Nested Class Summary
protected  class StoreMigrator.Migration
           
 
Constructor Summary
StoreMigrator(MigrationProgressMonitor progressMonitor)
           
 
Method Summary
 void migrate(LegacyStore legacyStore, NeoStore neoStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreMigrator

public StoreMigrator(MigrationProgressMonitor progressMonitor)
Method Detail

migrate

public void migrate(LegacyStore legacyStore,
                    NeoStore neoStore)
             throws IOException
Throws:
IOException


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