Class OperatorInfo
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.OperatorInfo
-
-
Constructor Summary
Constructors Constructor Description OperatorInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChainableOutputs(List<StreamEdge> chainableOutputs)
void
addNonChainableOutputs(List<StreamEdge> nonChainableOutEdges)
List<StreamEdge>
getChainableOutputs()
List<StreamEdge>
getNonChainableOutputs()
StreamConfig
getVertexConfig()
void
setVertexConfig(StreamConfig vertexConfig)
-
-
-
Method Detail
-
getChainableOutputs
public List<StreamEdge> getChainableOutputs()
-
addChainableOutputs
public void addChainableOutputs(List<StreamEdge> chainableOutputs)
-
getNonChainableOutputs
public List<StreamEdge> getNonChainableOutputs()
-
addNonChainableOutputs
public void addNonChainableOutputs(List<StreamEdge> nonChainableOutEdges)
-
getVertexConfig
public StreamConfig getVertexConfig()
-
setVertexConfig
public void setVertexConfig(StreamConfig vertexConfig)
-
-