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