public interface ObjectRecoveryService
Modifier and Type | Method and Description |
---|---|
void |
endRecovery()
deletes recovery file, folder and creates Backup file.
|
java.lang.String |
readRecoveryUnit()
Read recovery file.
|
void |
releaseResources()
close the file handle
|
boolean |
startRecovery()
Creates a recovery file in the recovery folder
|
void |
writeRecoveryUnit(java.lang.String unit)
write recovery content
|
boolean startRecovery() throws java.lang.Exception
java.lang.Exception
void endRecovery() throws java.lang.Exception
java.lang.Exception
void releaseResources()
void writeRecoveryUnit(java.lang.String unit) throws java.lang.Exception
unit
- java.lang.Exception
java.lang.String readRecoveryUnit() throws java.lang.Exception
java.lang.Exception