Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<DataFlowOperator> |
CreateDataFlowClause.getOperators()
Returns operators.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDataFlowClause.setOperators(List<DataFlowOperator> operators)
Sets operators.
|
Constructor and Description |
---|
CreateDataFlowClause(String dataFlowName,
List<CreateSchemaClause> schemas,
List<DataFlowOperator> operators)
Ctor.
|