Class ResourcePriorityProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty<java.lang.String>
-
- org.apache.nemo.common.ir.vertex.executionproperty.ResourcePriorityProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class ResourcePriorityProperty extends VertexExecutionProperty<java.lang.String>
ExecutionPlacement ExecutionProperty.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourcePriorityProperty
of(java.lang.String value)
Static method exposing the constructor.-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Field Detail
-
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
-
TRANSIENT
public static final java.lang.String TRANSIENT
- See Also:
- Constant Field Values
-
RESERVED
public static final java.lang.String RESERVED
- See Also:
- Constant Field Values
-
COMPUTE
public static final java.lang.String COMPUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
of
public static ResourcePriorityProperty of(java.lang.String value)
Static method exposing the constructor.- Parameters:
value
- value of the new execution property.- Returns:
- the newly created execution property.
-
-