Class DataFlowOperatorOutput

java.lang.Object
com.espertech.esper.common.client.soda.DataFlowOperatorOutput
All Implemented Interfaces:
Serializable

public class DataFlowOperatorOutput extends Object implements Serializable
Represents an output port of an operator.
See Also:
  • Constructor Details

    • DataFlowOperatorOutput

      public DataFlowOperatorOutput()
      Ctor.
    • DataFlowOperatorOutput

      public DataFlowOperatorOutput(String streamName, List<DataFlowOperatorOutputType> typeInfo)
      Ctor.
      Parameters:
      streamName - output stream name
      typeInfo - type information
  • Method Details

    • getStreamName

      public String getStreamName()
      Returns the output stream name.
      Returns:
      stream name.
    • setStreamName

      public void setStreamName(String streamName)
      Sets the output stream name.
      Parameters:
      streamName - stream name.
    • getTypeInfo

      public List<DataFlowOperatorOutputType> getTypeInfo()
      Returns output port type information
      Returns:
      type info
    • setTypeInfo

      public void setTypeInfo(List<DataFlowOperatorOutputType> typeInfo)
      Sets output port type information
      Parameters:
      typeInfo - type info to use