org.neo4j.kernel.impl.storemigration
Class StoreUpgrader

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

public class StoreUpgrader
extends Object


Nested Class Summary
static class StoreUpgrader.UnableToUpgradeException
           
 
Constructor Summary
StoreUpgrader(Map<?,?> originalConfig, UpgradeConfiguration upgradeConfiguration, UpgradableDatabase upgradableDatabase, StoreMigrator storeMigrator, DatabaseFiles databaseFiles)
           
 
Method Summary
 void attemptUpgrade(String storageFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreUpgrader

public StoreUpgrader(Map<?,?> originalConfig,
                     UpgradeConfiguration upgradeConfiguration,
                     UpgradableDatabase upgradableDatabase,
                     StoreMigrator storeMigrator,
                     DatabaseFiles databaseFiles)
Method Detail

attemptUpgrade

public void attemptUpgrade(String storageFileName)


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