Class ResourceAntiAffinityProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty<java.util.HashSet<java.lang.Integer>>
-
- org.apache.nemo.common.ir.vertex.executionproperty.ResourceAntiAffinityProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class ResourceAntiAffinityProperty extends VertexExecutionProperty<java.util.HashSet<java.lang.Integer>>
Indices of tasks that must not concurrently run on the same executor.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceAntiAffinityProperty
of(java.util.HashSet<java.lang.Integer> 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 ResourceAntiAffinityProperty of(java.util.HashSet<java.lang.Integer> value)
Static method getting execution property.- Parameters:
value
- value of the new execution property- Returns:
- the execution property
-
-