|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BackupInfo
Backup brief info. Provides with a brief info about backup that can be get from database. Value object.
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Path and name of the backup file, the same as BackupConfig.getFileName(). |
java.lang.Long |
getFileSize()
Size of file in bytes. |
java.util.Date |
getFinishTimestamp()
Time when the process finished. |
int |
getId()
The internal maintenance process identifier. |
java.util.Date |
getStartTimestamp()
Time when the process started. |
ProgressStatus |
getStatus()
The process status. |
| Method Detail |
|---|
int getId()
@NotNull java.lang.String getFileName()
BackupConfig.getFileName().
@Nullable java.lang.Long getFileSize()
@Nullable ProgressStatus getStatus()
@NotNull java.util.Date getStartTimestamp()
@Nullable java.util.Date getFinishTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||