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<DataFlowOperator> |
CreateDataFlowClause.getOperators()
Returns operators.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDataFlowClause.setOperators(java.util.List<DataFlowOperator> operators)
Sets operators.
|
Constructor and Description |
---|
CreateDataFlowClause(java.lang.String dataFlowName,
java.util.List<CreateSchemaClause> schemas,
java.util.List<DataFlowOperator> operators)
Ctor.
|