Class OperatorInfo
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.OperatorInfo
-
@Internal public class OperatorInfo extends Object
Helper class to help maintain the information of an operator.
-
-
Constructor Summary
Constructors Constructor Description OperatorInfo(OperatorID operatorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNonChainableOutputs(List<StreamEdge> nonChainableOutEdges)List<StreamEdge>getNonChainableOutputs()OperatorIDgetOperatorId()StreamConfiggetVertexConfig()voidsetVertexConfig(StreamConfig vertexConfig)
-
-
-
Constructor Detail
-
OperatorInfo
public OperatorInfo(OperatorID operatorId)
-
-
Method Detail
-
getNonChainableOutputs
public List<StreamEdge> getNonChainableOutputs()
-
addNonChainableOutputs
public void addNonChainableOutputs(List<StreamEdge> nonChainableOutEdges)
-
getVertexConfig
public StreamConfig getVertexConfig()
-
setVertexConfig
public void setVertexConfig(StreamConfig vertexConfig)
-
getOperatorId
public OperatorID getOperatorId()
-
-