public interface RepositoryBackupChain
| Modifier and Type | Field and Description |
|---|---|
static int |
FINISHED
State of backup FINISHED.
|
static int |
FULL_BACKUP_FINISHED_INCREMENTAL_BACKUP_WORKING
State of backup : full backup was finished and incremental backup is working.
|
static int |
INITIALIZED
Sate of backup INITIALIZED.
|
static int |
WORKING
State of backup WORKING.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryBackupConfig |
getBackupConfig()
Getting repository backup config.
|
String |
getBackupId()
Getting identifier of backup.
|
String |
getLogFilePath()
Getting path to backup log.
|
Calendar |
getStartedTime()
Getting started time of backup.
|
int |
getState()
Getting state of backup.
|
boolean |
isFinished()
isFinished.
|
void |
startBackup()
Call start backup.
|
void |
stopBackup()
Call stop backup.
|
static final int FULL_BACKUP_FINISHED_INCREMENTAL_BACKUP_WORKING
static final int WORKING
static final int FINISHED
static final int INITIALIZED
void startBackup()
void stopBackup()
int getState()
boolean isFinished()
String getLogFilePath()
String getBackupId()
Calendar getStartedTime()
RepositoryBackupConfig getBackupConfig()
Copyright © 2019 eXo Platform SAS. All Rights Reserved.