Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.DataFlowProperty.Value
-
Packages that use DataFlowProperty.Value Package Description org.apache.nemo.common.ir.edge.executionproperty org.apache.nemo.runtime.common.plan -
-
Uses of DataFlowProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return DataFlowProperty.Value Modifier and Type Method Description static DataFlowProperty.Value
DataFlowProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataFlowProperty.Value[]
DataFlowProperty.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nemo.common.ir.edge.executionproperty with parameters of type DataFlowProperty.Value Modifier and Type Method Description static DataFlowProperty
DataFlowProperty. of(DataFlowProperty.Value value)
Static method exposing the constructor. -
Uses of DataFlowProperty.Value in org.apache.nemo.runtime.common.plan
Methods in org.apache.nemo.runtime.common.plan that return DataFlowProperty.Value Modifier and Type Method Description DataFlowProperty.Value
StageEdge. getDataFlowModel()
-