Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.CommunicationPatternProperty.Value
-
-
Uses of CommunicationPatternProperty.Value in org.apache.nemo.common
Methods in org.apache.nemo.common with parameters of type CommunicationPatternProperty.Value Modifier and Type Method Description static IREdge
Util. cloneEdge(CommunicationPatternProperty.Value commPattern, IREdge edgeToClone, IRVertex newSrc, IRVertex newDst)
Creates a new edge with several execution properties same as the given edge. -
Uses of CommunicationPatternProperty.Value in org.apache.nemo.common.ir.edge
Constructors in org.apache.nemo.common.ir.edge with parameters of type CommunicationPatternProperty.Value Constructor Description IREdge(CommunicationPatternProperty.Value commPattern, IRVertex src, IRVertex dst)
Constructor of IREdge. -
Uses of CommunicationPatternProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return CommunicationPatternProperty.Value Modifier and Type Method Description static CommunicationPatternProperty.Value
CommunicationPatternProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommunicationPatternProperty.Value[]
CommunicationPatternProperty.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 CommunicationPatternProperty.Value Modifier and Type Method Description static CommunicationPatternProperty
CommunicationPatternProperty. of(CommunicationPatternProperty.Value value)
Static method exposing the constructor. -
Uses of CommunicationPatternProperty.Value in org.apache.nemo.common.ir.executionproperty
Methods in org.apache.nemo.common.ir.executionproperty with parameters of type CommunicationPatternProperty.Value Modifier and Type Method Description static ExecutionPropertyMap<EdgeExecutionProperty>
ExecutionPropertyMap. of(IREdge irEdge, CommunicationPatternProperty.Value commPattern)
Static initializer for irEdges. -
Uses of CommunicationPatternProperty.Value in org.apache.nemo.runtime.common.plan
Methods in org.apache.nemo.runtime.common.plan that return CommunicationPatternProperty.Value Modifier and Type Method Description CommunicationPatternProperty.Value
StageEdge. getDataCommunicationPattern()
-