public interface RecoverStatus
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOriginalFilename()
Get the original file name of the file recovered.
|
int |
getOriginalFileType()
Get the type of file recovered.
|
long |
getOriginalRecordCount()
Get the number of records that the original file claimed that it
contained.
|
int |
getOriginalRecordSize()
Get the record size from the original file.
|
long |
getOriginalSize()
Get original file size.
|
long |
getRecordsFound()
Get the number of records that recover found in the original file.
|
java.lang.String |
getRecoverBackupFilename()
Get the file name of the recovery backup (the original file).
|
long |
getRecoveredRecordCount()
Get the number of records that the recovered file contains.
|
long |
getRecoveredSize()
Get recovered file size.
|
long |
getRecoverFinishTimeMillis()
Recover finish time in milliseconds.
|
long |
getRecoverStartTimeMillis()
Recover start time in milliseconds.
|
long getRecoverStartTimeMillis()
long getRecoverFinishTimeMillis()
int getOriginalFileType()
java.lang.String getOriginalFilename()
java.lang.String getRecoverBackupFilename()
int getOriginalRecordSize()
long getOriginalRecordCount()
long getRecoveredRecordCount()
long getRecordsFound()
long getOriginalSize()
long getRecoveredSize()