public interface BackupContext
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.lang.String> |
getAuthorization(java.lang.String srcDid,
java.lang.String targetDid,
java.lang.String targetHost)
Get the authorization information for the backup processing.
|
java.lang.String |
getParameter(java.lang.String key)
Get the parameter for backup operation by key.
|
java.lang.String |
getType()
Get the backup destination type which the vault want to go.
|
java.lang.String getType()
java.lang.String getParameter(java.lang.String key)
key - The parameter name.java.util.concurrent.CompletableFuture<java.lang.String> getAuthorization(java.lang.String srcDid,
java.lang.String targetDid,
java.lang.String targetHost)
srcDid - hive node service instance DID.targetDid - The instance did of the destination of the backup.targetHost - The host url of the destination of the backup.