Class ORestoreFinishedLog

java.lang.Object
com.orientechnologies.agent.services.backup.log.OBackupLog
com.orientechnologies.agent.services.backup.log.ORestoreFinishedLog

public class ORestoreFinishedLog extends OBackupLog
Created by Enrico Risa on 25/03/16.
  • Field Details

  • Constructor Details

    • ORestoreFinishedLog

      public ORestoreFinishedLog(long unitId, long opsId, String uuid, String dbName, String mode)
  • Method Details

    • getType

      public OBackupLogType getType()
      Specified by:
      getType in class OBackupLog
    • toDoc

      public ODocument toDoc()
      Overrides:
      toDoc in class OBackupLog
    • setTargetDB

      public void setTargetDB(String targetDB)
    • fromDoc

      public void fromDoc(ODocument doc)
      Overrides:
      fromDoc in class OBackupLog
    • getElapsedTime

      public long getElapsedTime()
    • setElapsedTime

      public void setElapsedTime(long elapsedTime)
    • getTargetDB

      public String getTargetDB()
    • getRestoreUnitId

      public Long getRestoreUnitId()
    • setRestoreUnitId

      public void setRestoreUnitId(Long restoreUnitId)
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
    • getMetadata

      public Map<String,String> getMetadata()
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)