Class ORestoreFinishedLog
java.lang.Object
com.orientechnologies.agent.services.backup.log.OBackupLog
com.orientechnologies.agent.services.backup.log.ORestoreFinishedLog
Created by Enrico Risa on 25/03/16.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.agent.services.backup.log.OBackupLog
DBNAME, INTERNAL_ID, MODE, OP, TIMESTAMP, TIMESTAMP_UNIX, TXID, UNITID, UUID -
Constructor Summary
ConstructorsConstructorDescriptionORestoreFinishedLog(long unitId, long opsId, String uuid, String dbName, String mode) -
Method Summary
Modifier and TypeMethodDescriptionvoidlonggetPath()getType()voidsetElapsedTime(long elapsedTime) voidsetMetadata(Map<String, String> metadata) voidvoidsetRestoreUnitId(Long restoreUnitId) voidsetTargetDB(String targetDB) toDoc()Methods inherited from class com.orientechnologies.agent.services.backup.log.OBackupLog
getDbName, getInternalId, getMode, getTimestamp, getTxId, getUnitId, getUuid
-
Field Details
-
metadata
-
-
Constructor Details
-
ORestoreFinishedLog
-
-
Method Details
-
getType
- Specified by:
getTypein classOBackupLog
-
toDoc
- Overrides:
toDocin classOBackupLog
-
setTargetDB
-
fromDoc
- Overrides:
fromDocin classOBackupLog
-
getElapsedTime
public long getElapsedTime() -
setElapsedTime
public void setElapsedTime(long elapsedTime) -
getTargetDB
-
getRestoreUnitId
-
setRestoreUnitId
-
setMetadata
-
getMetadata
-
getPath
-
setPath
-