Class EdgeExecutionProperty<T extends java.io.Serializable>
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty<T>
-
- Type Parameters:
T
- Type of the value.
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AdditionalOutputTagProperty
,BlockFetchFailureProperty
,CacheIDProperty
,CommunicationPatternProperty
,CompressionProperty
,DataFlowProperty
,DataPersistenceProperty
,DataStoreProperty
,DecoderProperty
,DecompressionProperty
,DuplicateEdgeGroupProperty
,EncoderProperty
,KeyDecoderProperty
,KeyEncoderProperty
,KeyExtractorProperty
,MessageIdEdgeProperty
,PartitionerProperty
,PartitionSetProperty
,SubPartitionSetProperty
public abstract class EdgeExecutionProperty<T extends java.io.Serializable> extends ExecutionProperty<T>
ExecutionProperty
forIREdge
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeExecutionProperty(T value)
Default constructor.
-
Method Summary
-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Constructor Detail
-
EdgeExecutionProperty
public EdgeExecutionProperty(T value)
Default constructor.- Parameters:
value
- value of the EdgeExecutionProperty.
-
-