Class OBackupService
java.lang.Object
com.orientechnologies.agent.services.backup.OBackupService
- All Implemented Interfaces:
OEnterpriseService
Created by Enrico Risa on 22/03/16.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackupAndSchedule(ODocument backupConfigDoc) voidchangeBackup(String uuid, ODocument doc) voiddeleteBackup(String uuid, Long unitId, Long timestamp) voidinit(OEnterpriseServer server) voidremoveAndStopBackup(String uuid) voidremoveBackup(String uuid) voidrestoreBackup(String uuid, ODocument doc) voidstart()voidstop()
-
Field Details
-
tasks
-
-
Constructor Details
-
OBackupService
public OBackupService()
-
-
Method Details
-
getConfiguration
-
addBackupAndSchedule
-
restoreBackup
-
getTask
-
changeBackup
-
removeBackup
-
removeAndStopBackup
-
logs
-
findLogs
-
findLogs
-
logs
-
deleteBackup
-
init
- Specified by:
initin interfaceOEnterpriseService
-
start
public void start()- Specified by:
startin interfaceOEnterpriseService
-
stop
public void stop()- Specified by:
stopin interfaceOEnterpriseService
-