| Modifier and Type | Method and Description |
|---|---|
String |
BackupClient.drop(boolean forceClose,
String repositoryName,
String workspaceName)
Drop workspace or repository.
|
String |
BackupClientImpl.drop(boolean forceClose,
String repositoryName,
String workspaceName)
Drop workspace or repository.
|
BackupAgentResponse |
ClientTransportImpl.executeGET(String sURL)
Execute assigned sURL using current transport and return result as byte array.
|
BackupAgentResponse |
ClientTransport.executeGET(String sURL)
Execute assigned sURL using current transport and return result as byte array.
|
BackupAgentResponse |
ClientTransportImpl.executePOST(String sURL,
String postData)
Execute assigned sURL using current transport and return result as byte array.
|
BackupAgentResponse |
ClientTransport.executePOST(String sURL,
String postData)
Execute assigned sURL using current transport and return result as byte array.
|
String |
BackupClient.info()
Get information about backup service.
|
String |
BackupClientImpl.info()
Get information about backup service.
|
String |
BackupClient.list()
Get information about the current backups (in progress).
|
String |
BackupClientImpl.list()
Get information about the current backups (in progress).
|
String |
BackupClient.listCompleted()
Get information about the completed (ready to restore) backups.
|
String |
BackupClientImpl.listCompleted()
Get information about the completed (ready to restore) backups.
|
String |
BackupClient.restore(String repositoryName,
String workspaceName,
String backupId,
InputStream config,
String backupSetPath,
boolean removeExosts)
Restore repository or workspace from backup file.
|
String |
BackupClientImpl.restore(String repositoryName,
String workspaceName,
String backupId,
InputStream config,
String backupSetPath,
boolean removeExists)
Restore repository or workspace from backup file.
|
String |
BackupClient.restores(String repositoryName,
String workspaceName)
Get information about current restores of repository or workspace.
|
String |
BackupClientImpl.restores(String repositoryName,
String workspaceName)
Get information about current restores of repository or workspace.
|
String |
BackupClient.startBackUp(String repositoryName,
String workspaceName,
String backupDir)
Start backup of repository or workspace.
|
String |
BackupClientImpl.startBackUp(String repositoryName,
String workspaceName,
String backupDir)
Start backup of repository or workspace.
|
String |
BackupClient.startIncrementalBackUp(String repositoryName,
String workspaceName,
String backupDir,
long incr)
Start Incremental Backup of repository or workspace.
|
String |
BackupClientImpl.startIncrementalBackUp(String repositoryName,
String workspaceName,
String backupDir,
long incr)
Start Incremental Backup of repository or workspace.
|
String |
BackupClient.status(String backupId)
Get Status of backup.
|
String |
BackupClientImpl.status(String backupId)
Get Status of backup.
|
String |
BackupClient.stop(String backupId)
Stop backup.
|
String |
BackupClientImpl.stop(String backupId)
Stop backup.
|
Copyright © 2016 eXo Platform SAS. All Rights Reserved.