public class OnlineBackupExtensionFactory extends org.neo4j.kernel.extension.KernelExtensionFactory<OnlineBackupExtensionFactory.Dependencies>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnlineBackupExtensionFactory.Dependencies |
Service.Implementation| Constructor and Description |
|---|
OnlineBackupExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Class<OnlineBackupSettings> |
getSettingsClass()
Deprecated.
|
org.neo4j.kernel.lifecycle.Lifecycle |
newInstance(org.neo4j.kernel.impl.spi.KernelContext context,
OnlineBackupExtensionFactory.Dependencies dependencies)
Create a new instance of this kernel extension.
|
@Deprecated public Class<OnlineBackupSettings> getSettingsClass()
public org.neo4j.kernel.lifecycle.Lifecycle newInstance(org.neo4j.kernel.impl.spi.KernelContext context,
OnlineBackupExtensionFactory.Dependencies dependencies)
throws Throwable
org.neo4j.kernel.extension.KernelExtensionFactorynewInstance in class org.neo4j.kernel.extension.KernelExtensionFactory<OnlineBackupExtensionFactory.Dependencies>context - the context the extension should be created fordependencies - deprecatedLifecycle for the extensionThrowable - if there is an errorCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.