| Package | Description |
|---|---|
| org.exoplatform.services.jcr.ext.backup | |
| org.exoplatform.services.jcr.ext.backup.impl |
| Modifier and Type | Method and Description |
|---|---|
URL |
BackupJob.getStorageURL()
Getting storage URL.
|
void |
BackupManager.restore(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore from backup.
|
void |
BackupManager.restore(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Repository restore from backup.
|
void |
BackupManager.restore(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous,
boolean removeJobOnceOver)
Repository restore from backup.
|
void |
BackupManager.restore(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
Map<String,String> workspaceNamesCorrespondMap,
boolean asynchronous)
Repository restore from backup.
|
void |
ExtendedBackupManager.restoreExistingRepository(File repositoryBackupSetDir,
boolean asynchronous)
Restore existing repository.
|
void |
ExtendedBackupManager.restoreExistingRepository(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
ExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier,
boolean asynchronous)
Restore existing repository.
|
void |
ExtendedBackupManager.restoreExistingRepository(String repositoryBackupIdentifier,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
ExtendedBackupManager.restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
void |
ExtendedBackupManager.restoreExistingWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
Restore existing workspace.
|
void |
ExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
Restore existing workspace.
|
void |
ExtendedBackupManager.restoreExistingWorkspace(String workspaceBackupIdentifier,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
void |
ExtendedBackupManager.restoreRepository(File repositoryBackupSetDir,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
ExtendedBackupManager.restoreRepository(String repositoryBackupIdentifier,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
ExtendedBackupManager.restoreWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
void |
ExtendedBackupManager.restoreWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
BackupChain |
BackupManager.startBackup(BackupConfig config)
Starting backup.
|
RepositoryBackupChain |
BackupManager.startBackup(RepositoryBackupConfig config)
Starting repository backup.
|
| Constructor and Description |
|---|
BackupChainLog(File log)
BackupChainLog constructor.
|
BackupChainLog(File logDir,
BackupConfig config,
String fullBackupType,
String incrementalBackupType,
String backupId,
RepositoryServiceConfiguration repositoryServiceConfiguration,
File rootDir)
BackupChainLog constructor.
|
RepositoryBackupChainLog(File log) |
RepositoryBackupChainLog(File logDirectory,
RepositoryBackupConfig config,
String fullBackupType,
String incrementalBackupType,
String systemWorkspace,
List<String> wsLogFilePathList,
String backupId,
Calendar startTime,
RepositoryEntry rEntry,
RepositoryServiceConfiguration repositoryServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
BackupChainLog |
JobWorkspaceRestore.getBackupChainLog()
getBackupChainLog.
|
RepositoryBackupChainLog |
JobRepositoryRestore.getRepositoryBackupChainLog()
GetRepositoryBackupChainLog.
|
void |
BackupManagerImpl.restore(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore from backup.
|
void |
BackupManagerImpl.restore(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Repository restore from backup.
|
void |
BackupManagerImpl.restore(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous,
boolean removeJobOnceOver)
Repository restore from backup.
|
void |
BackupManagerImpl.restore(RepositoryBackupChainLog rblog,
RepositoryEntry repositoryEntry,
Map<String,String> workspaceNamesCorrespondMap,
boolean asynchronous)
Repository restore from backup.
|
void |
BackupManagerImpl.restoreExistingRepository(File repositoryBackupSetDir,
boolean asynchronous)
Restore existing repository.
|
void |
BackupManagerImpl.restoreExistingRepository(RepositoryBackupChainLog rblog,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
BackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier,
boolean asynchronous)
Restore existing repository.
|
void |
BackupManagerImpl.restoreExistingRepository(String repositoryBackupIdentifier,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
BackupManagerImpl.restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
void |
BackupManagerImpl.restoreExistingWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
Restore existing workspace.
|
void |
BackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
Restore existing workspace.
|
void |
BackupManagerImpl.restoreExistingWorkspace(String workspaceBackupIdentifier,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
protected void |
BackupManagerImpl.restoreOverInitializer(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry) |
protected void |
JobRepositoryRestore.restoreRepository()
Will be restored the workspace.
|
void |
BackupManagerImpl.restoreRepository(File repositoryBackupSetDir,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
BackupManagerImpl.restoreRepository(String repositoryBackupIdentifier,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
BackupManagerImpl.restoreWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
void |
BackupManagerImpl.restoreWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
BackupChain |
BackupManagerImpl.startBackup(BackupConfig config)
Starting backup.
|
RepositoryBackupChain |
BackupManagerImpl.startBackup(RepositoryBackupConfig config)
Starting repository backup.
|
| Constructor and Description |
|---|
BackupChainImpl(BackupConfig config,
File logDirectory,
RepositoryService repositoryService,
String fullBackupType,
String incrementalBackupType,
String backupId,
File rootDir,
Calendar startTime) |
RepositoryBackupChainImpl(RepositoryBackupConfig config,
File logDirectory,
RepositoryService repositoryService,
String fullBackupType,
String incrementalBackupType,
String repositoryBackupId) |
Copyright © 2016 eXo Platform SAS. All Rights Reserved.