Class ResourceSlotProperty
- 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.ResourceSlotProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class ResourceSlotProperty extends VertexExecutionProperty<java.lang.Boolean>
This property decides whether or not to comply to slot restrictions when scheduling this vertex.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceSlotProperty
of(java.lang.Boolean value)
Static method getting execution property.-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Method Detail
-
of
public static ResourceSlotProperty of(java.lang.Boolean value)
Static method getting execution property.- Parameters:
value
- value of the new execution property- Returns:
- the execution property
-
-