org.neo4j.kernel.ha.backup
Class HaBackupProvider

java.lang.Object
  extended by org.neo4j.helpers.Service
      extended by org.neo4j.backup.BackupExtensionService
          extended by org.neo4j.kernel.ha.backup.HaBackupProvider

public final class HaBackupProvider
extends BackupExtensionService


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.helpers.Service
Service.CaseInsensitiveService, Service.Implementation
 
Constructor Summary
HaBackupProvider()
           
 
Method Summary
 URI resolve(URI address, Args args)
          The source specific target to valid backup host translation method.
 
Methods inherited from class org.neo4j.helpers.Service
load, load, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HaBackupProvider

public HaBackupProvider()
Method Detail

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 line
args - 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.