Neo4j

org.neo4j.backup
Class OnlineBackupKernelExtension

java.lang.Object
  extended by org.neo4j.backup.OnlineBackupKernelExtension
All Implemented Interfaces:
Lifecycle

public class OnlineBackupKernelExtension
extends Object
implements Lifecycle


Field Summary
static String BACKUP
           
 
Constructor Summary
OnlineBackupKernelExtension(org.neo4j.kernel.configuration.Config config, GraphDatabaseAPI graphDatabaseAPI, org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager, org.neo4j.kernel.impl.core.KernelPanicEventGenerator kpeg, org.neo4j.kernel.logging.Logging logging, Monitors monitors)
           
 
Method Summary
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKUP

public static final String BACKUP
See Also:
Constant Field Values
Constructor Detail

OnlineBackupKernelExtension

public OnlineBackupKernelExtension(org.neo4j.kernel.configuration.Config config,
                                   GraphDatabaseAPI graphDatabaseAPI,
                                   org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager,
                                   org.neo4j.kernel.impl.core.KernelPanicEventGenerator kpeg,
                                   org.neo4j.kernel.logging.Logging logging,
                                   Monitors monitors)
Method Detail

init

public void init()
          throws Throwable
Specified by:
init in interface Lifecycle
Throws:
Throwable

start

public void start()
           throws Throwable
Specified by:
start in interface Lifecycle
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface Lifecycle
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface Lifecycle
Throws:
Throwable

Neo4j

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