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