Class ResourceLocalityProperty
- 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.ResourceLocalityProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class ResourceLocalityProperty extends VertexExecutionProperty<java.lang.Boolean>
This property decides whether or not to schedule this vertex only on executors where source (including intermediate) data reside.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceLocalityProperty
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 ResourceLocalityProperty of(java.lang.Boolean value)
Static method getting execution property.- Parameters:
value
- value of the new execution property- Returns:
- the execution property
-
-