Class EnableDynamicTaskSizingProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public class EnableDynamicTaskSizingProperty
    extends VertexExecutionProperty<java.lang.Boolean>
    Property to enable dynamic task sizing policy.
    See Also:
    Serialized Form
    • Constructor Detail

      • EnableDynamicTaskSizingProperty

        public EnableDynamicTaskSizingProperty​(java.lang.Boolean value)
        Default constructor.
        Parameters:
        value - value of the VertexExecutionProperty.
    • Method Detail

      • of

        public static EnableDynamicTaskSizingProperty of​(java.lang.Boolean value)
        Static method exposing the constructor.
        Parameters:
        value - value of the new execution property.
        Returns:
        the newly created execution property.