org.neo4j.kernel.ha.backup
Class HaBackupProvider
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.backup.BackupExtensionService
org.neo4j.kernel.ha.backup.HaBackupProvider
public final class HaBackupProvider
- extends BackupExtensionService
|
Method Summary |
URI |
resolve(URI address,
Args args)
The source specific target to valid backup host translation method. |
HaBackupProvider
public HaBackupProvider()
resolve
public URI resolve(URI address,
Args args)
- Description copied from class:
BackupExtensionService
- The source specific target to valid backup host translation method.
- Specified by:
resolve in class BackupExtensionService
- Parameters:
address - The URI as passed in the command lineargs - all arguments to the backup command
- Returns:
- A URI where the scheme is the service's name and there exist host
and port parts that point to a backup source.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.