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()
Return the class that contains GraphDatabaseSetting fields that define
the properties needed by this extension.
|
org.neo4j.kernel.lifecycle.Lifecycle |
newInstance(org.neo4j.kernel.impl.spi.KernelContext context,
OnlineBackupExtensionFactory.Dependencies dependencies)
Create a new instance of this kernel extension.
|
public Class<OnlineBackupSettings> getSettingsClass()
org.neo4j.kernel.extension.KernelExtensionFactorygetSettingsClass in class org.neo4j.kernel.extension.KernelExtensionFactory<OnlineBackupExtensionFactory.Dependencies>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–2018 The Neo4j Graph Database Project. All rights reserved.