Class DataFlowProperty
- java.lang.Object
-
- org.apache.nemo.common.ir.executionproperty.ExecutionProperty<T>
-
- org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty<DataFlowProperty.Value>
-
- org.apache.nemo.common.ir.edge.executionproperty.DataFlowProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class DataFlowProperty extends EdgeExecutionProperty<DataFlowProperty.Value>
DataFlowModel ExecutionProperty.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataFlowProperty.Value
Possible values of DataFlowModel ExecutionProperty.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataFlowProperty
of(DataFlowProperty.Value value)
Static method exposing the constructor.-
Methods inherited from class org.apache.nemo.common.ir.executionproperty.ExecutionProperty
equals, getValue, hashCode, toString
-
-
-
-
Method Detail
-
of
public static DataFlowProperty of(DataFlowProperty.Value value)
Static method exposing the constructor.- Parameters:
value
- value of the new execution property.- Returns:
- the newly created execution property.
-
-