Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataFlowOperatorInput> |
DataFlowOperator.getInput()
Returns the input stream definitions, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlowOperator.setInput(java.util.List<DataFlowOperatorInput> input)
Sets the input stream definitions, if any.
|
Constructor and Description |
---|
DataFlowOperator(java.util.List<AnnotationPart> annotations,
java.lang.String operatorName,
java.util.List<DataFlowOperatorInput> input,
java.util.List<DataFlowOperatorOutput> output,
java.util.List<DataFlowOperatorParameter> parameters)
Ctor
|