org.neo4j.kernel.ha
Class BranchedDataMigrator

java.lang.Object
  extended by org.neo4j.kernel.lifecycle.LifecycleAdapter
      extended by org.neo4j.kernel.ha.BranchedDataMigrator
All Implemented Interfaces:
org.neo4j.kernel.lifecycle.Lifecycle

public class BranchedDataMigrator
extends org.neo4j.kernel.lifecycle.LifecycleAdapter


Constructor Summary
BranchedDataMigrator(File storeDir)
           
 
Method Summary
 void start()
           
 
Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter
init, shutdown, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchedDataMigrator

public BranchedDataMigrator(File storeDir)
Method Detail

start

public void start()
           throws Throwable
Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle
Overrides:
start in class org.neo4j.kernel.lifecycle.LifecycleAdapter
Throws:
Throwable


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