Class OperatorInfo


  • @Internal
    public class OperatorInfo
    extends Object
    Helper class to help maintain the information of an operator.
    • Constructor Detail

      • OperatorInfo

        public OperatorInfo()
    • Method Detail

      • addChainableOutputs

        public void addChainableOutputs​(List<StreamEdge> chainableOutputs)
      • getNonChainableOutputs

        public List<StreamEdge> getNonChainableOutputs()
      • addNonChainableOutputs

        public void addNonChainableOutputs​(List<StreamEdge> nonChainableOutEdges)
      • setVertexConfig

        public void setVertexConfig​(StreamConfig vertexConfig)