org.neo4j.backup
Class OnlineBackupExtension
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.kernel.KernelExtension<org.neo4j.backup.BackupServer>
org.neo4j.backup.OnlineBackupExtension
public class OnlineBackupExtension
- extends KernelExtension<org.neo4j.backup.BackupServer>
|
Method Summary |
Class |
getSettingsClass()
Return the class that contains GraphDatabaseSetting fields that define
the properties needed by this extension. |
protected org.neo4j.backup.BackupServer |
load(KernelData kernel)
Load this extension for a particular Neo4j Kernel. |
protected void |
loadConfiguration(KernelData kernel)
Takes place before any data sources has been registered and is there to
let extensions affect the configuration of other things starting up. |
protected void |
unload(org.neo4j.backup.BackupServer server)
|
OnlineBackupExtension
public OnlineBackupExtension()
getSettingsClass
public Class getSettingsClass()
- Description copied from class:
KernelExtension
- Return the class that contains GraphDatabaseSetting fields that define
the properties needed by this extension.
- Overrides:
getSettingsClass in class KernelExtension<org.neo4j.backup.BackupServer>
- Returns:
- a class or null if no settings are needed
loadConfiguration
protected void loadConfiguration(KernelData kernel)
- Description copied from class:
KernelExtension
- Takes place before any data sources has been registered and is there to
let extensions affect the configuration of other things starting up.
- Overrides:
loadConfiguration in class KernelExtension<org.neo4j.backup.BackupServer>
load
protected org.neo4j.backup.BackupServer load(KernelData kernel)
- Description copied from class:
KernelExtension
- Load this extension for a particular Neo4j Kernel.
- Specified by:
load in class KernelExtension<org.neo4j.backup.BackupServer>
unload
protected void unload(org.neo4j.backup.BackupServer server)
- Overrides:
unload in class KernelExtension<org.neo4j.backup.BackupServer>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.