Class TaskSchedulingPolicy


  • public class TaskSchedulingPolicy
    extends Object
    Specifies how tasks should be distributed across compute nodes.
    • Constructor Detail

      • TaskSchedulingPolicy

        public TaskSchedulingPolicy()
    • Method Detail

      • nodeFillType

        public ComputeNodeFillType nodeFillType()
        Get the nodeFillType value.
        Returns:
        the nodeFillType value
      • withNodeFillType

        public TaskSchedulingPolicy withNodeFillType​(ComputeNodeFillType nodeFillType)
        Set the nodeFillType value.
        Parameters:
        nodeFillType - the nodeFillType value to set
        Returns:
        the TaskSchedulingPolicy object itself.