Class EnableDynamicTaskSizingProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty<java.lang.Boolean>
-
- org.apache.nemo.common.ir.vertex.executionproperty.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 Summary
Constructors Constructor Description EnableDynamicTaskSizingProperty(java.lang.Boolean value)
Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnableDynamicTaskSizingProperty
of(java.lang.Boolean value)
Static method exposing the constructor.-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
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.
-
-