org.neo4j.backup
Class OnlineBackupKernelExtension
java.lang.Object
org.neo4j.backup.OnlineBackupKernelExtension
- All Implemented Interfaces:
- Lifecycle
public class OnlineBackupKernelExtension
- extends Object
- implements Lifecycle
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)
|
BACKUP
public static final String BACKUP
- See Also:
- Constant Field Values
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)
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
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.