Class DataFlowOperatorOutput
java.lang.Object
com.espertech.esper.common.client.soda.DataFlowOperatorOutput
- All Implemented Interfaces:
Serializable
Represents an output port of an operator.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.DataFlowOperatorOutput
(String streamName, List<DataFlowOperatorOutputType> typeInfo) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the output stream name.Returns output port type informationvoid
setStreamName
(String streamName) Sets the output stream name.void
setTypeInfo
(List<DataFlowOperatorOutputType> typeInfo) Sets output port type information
-
Constructor Details
-
DataFlowOperatorOutput
public DataFlowOperatorOutput()Ctor. -
DataFlowOperatorOutput
Ctor.- Parameters:
streamName
- output stream nametypeInfo
- type information
-
-
Method Details
-
getStreamName
Returns the output stream name.- Returns:
- stream name.
-
setStreamName
Sets the output stream name.- Parameters:
streamName
- stream name.
-
getTypeInfo
Returns output port type information- Returns:
- type info
-
setTypeInfo
Sets output port type information- Parameters:
typeInfo
- type info to use
-