Class DataFlowOperatorInput
java.lang.Object
com.espertech.esper.common.client.soda.DataFlowOperatorInput
- All Implemented Interfaces:
Serializable
Represents an input port of an operator.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.DataFlowOperatorInput
(List<String> inputStreamNames, String optionalAsName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the input stream names.Returns the alias name.void
setInputStreamNames
(List<String> inputStreamNames) Sets the input stream names.void
setOptionalAsName
(String optionalAsName) Sets the alias name.
-
Constructor Details
-
DataFlowOperatorInput
public DataFlowOperatorInput()Ctor. -
DataFlowOperatorInput
Ctor.- Parameters:
inputStreamNames
- names of input streams for the same portoptionalAsName
- optional alias
-
-
Method Details
-
getInputStreamNames
Returns the input stream names.- Returns:
- input stream names
-
setInputStreamNames
Sets the input stream names.- Parameters:
inputStreamNames
- input stream names
-
getOptionalAsName
Returns the alias name.- Returns:
- alias
-
setOptionalAsName
Sets the alias name.- Parameters:
optionalAsName
- alias to set
-