Class VertexExecutionProperty<T extends java.io.Serializable>
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.VertexExecutionProperty<T>
-
- Type Parameters:
T
- Type of the value.
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ClonedSchedulingProperty
,EnableDynamicTaskSizingProperty
,IgnoreSchedulingTempDataReceiverProperty
,MessageIdVertexProperty
,ParallelismProperty
,ResourceAntiAffinityProperty
,ResourceLambdaProperty
,ResourceLocalityProperty
,ResourcePriorityProperty
,ResourceSiteProperty
,ResourceSlotProperty
,ScheduleGroupProperty
public abstract class VertexExecutionProperty<T extends java.io.Serializable> extends ExecutionProperty<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VertexExecutionProperty(T value)
Default constructor.
-
Method Summary
-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Constructor Detail
-
VertexExecutionProperty
public VertexExecutionProperty(T value)
Default constructor.- Parameters:
value
- value of the VertexExecutionProperty.
-
-