Class IDerivedDataTaskSupplier.TaskStatus

java.lang.Object
com._1c.g5.v8.internal.derived.scheduler.IDerivedDataTaskSupplier.TaskStatus
Enclosing interface:
IDerivedDataTaskSupplier

public static class IDerivedDataTaskSupplier.TaskStatus extends Object
Status of a task that may be supplied by a target supplier
  • Constructor Details

    • TaskStatus

      public TaskStatus(TaskType taskType, DerivedDataSegmentBucket stage)
      Constructs an instance of a task status
      Parameters:
      taskType - A type of a provided task. May not be null
      stage - A target pipeline stage of a provided task. May not be null
  • Method Details

    • getTaskType

      public TaskType getTaskType()
      Gets a task type
      Returns:
      The type of this task. May not be null
    • getStage

      public DerivedDataSegmentBucket getStage()
      Gets a target pipeline stage of the task
      Returns:
      The taget pipeline stage. May not be null