Class

dagr.core.execsystem

TaskExecutionInfo

Related Doc: package execsystem

Permalink

class TaskExecutionInfo extends AnyRef

The state of execution of a Task.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskExecutionInfo
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskExecutionInfo(task: Task, taskId: TaskId, status: TaskStatus.Value, script: Path, logFile: Path, submissionDate: Option[Instant], resources: ResourceSet = ResourceSet(0,0), startDate: Option[Instant] = None, endDate: Option[Instant] = None, attemptIndex: Int = 1)

    Permalink

    task

    the task that will be executed.

    status

    the initial state of the task.

    script

    the path to the script where the task commands should be stored.

    logFile

    the path to the log file where the task stderr and stdout should be stored.

    submissionDate

    the submission date of the task, if any.

    resources

    the resources that the task was scheduled with.

    startDate

    the start date of the task, if any.

    endDate

    the end date of the task, if any.

    attemptIndex

    the one-based count of attempts to run this task.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to any2stringadd[TaskExecutionInfo] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TaskExecutionInfo, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to ArrowAssoc[TaskExecutionInfo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. var attemptIndex: Int

    Permalink

    the one-based count of attempts to run this task.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def durationSinceStartAndFormat: (String, String)

    Permalink

    Gets the total execution time and total time since submission, in seconds, or None if the task has not started and ended.

    Gets the total execution time and total time since submission, in seconds, or None if the task has not started and ended. Formats the durations or return NA otherwise.

  10. var endDate: Option[Instant]

    Permalink

    the end date of the task, if any.

  11. def ensuring(cond: (TaskExecutionInfo) ⇒ Boolean, msg: ⇒ Any): TaskExecutionInfo

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to Ensuring[TaskExecutionInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (TaskExecutionInfo) ⇒ Boolean): TaskExecutionInfo

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to Ensuring[TaskExecutionInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): TaskExecutionInfo

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to Ensuring[TaskExecutionInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): TaskExecutionInfo

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to Ensuring[TaskExecutionInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to StringFormat[TaskExecutionInfo] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. var logFile: Path

    Permalink

    the path to the log file where the task stderr and stdout should be stored.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. var resources: ResourceSet

    Permalink

    the resources that the task was scheduled with.

  27. var script: Path

    Permalink

    the path to the script where the task commands should be stored.

  28. var startDate: Option[Instant]

    Permalink

    the start date of the task, if any.

  29. var status: TaskStatus.Value

    Permalink

    the initial state of the task.

  30. var submissionDate: Option[Instant]

    Permalink

    the submission date of the task, if any.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. var task: Task

    Permalink

    the task that will be executed.

  33. var taskId: TaskId

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    TaskExecutionInfo → AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (TaskExecutionInfo, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TaskExecutionInfo to ArrowAssoc[TaskExecutionInfo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TaskExecutionInfo to any2stringadd[TaskExecutionInfo]

Inherited by implicit conversion StringFormat from TaskExecutionInfo to StringFormat[TaskExecutionInfo]

Inherited by implicit conversion Ensuring from TaskExecutionInfo to Ensuring[TaskExecutionInfo]

Inherited by implicit conversion ArrowAssoc from TaskExecutionInfo to ArrowAssoc[TaskExecutionInfo]

Ungrouped