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 Details

    • OperatorInfo

      public OperatorInfo(OperatorID operatorId)
  • Method Details

    • 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()