Class NodeTaskQueue.Builder

java.lang.Object
co.yellowdog.platform.model.NodeTaskQueue.Builder
Enclosing class:
NodeTaskQueue

public static class NodeTaskQueue.Builder extends Object
  • Method Details

    • workerUtilisation

      public NodeTaskQueue.Builder workerUtilisation(double workerUtilisation)
      A value between 0 and 1 showing the current utilisation as a percentage of time available spent working for the workers claimed for the task group on this node.
      Returns:
      this.
    • build

      public NodeTaskQueue build()
    • toString

      public String toString()
      Overrides:
      toString in class Object