Class CreateDataFlowClause
java.lang.Object
com.espertech.esper.common.client.soda.CreateDataFlowClause
- All Implemented Interfaces:
Serializable
Represents a create-variable syntax for creating a new variable.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.CreateDataFlowClause
(String dataFlowName, List<CreateSchemaClause> schemas, List<DataFlowOperator> operators) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the data flow name.Returns operators.Returns schemas.void
setDataFlowName
(String dataFlowName) Sets the data flow name.void
setOperators
(List<DataFlowOperator> operators) Sets operators.void
setSchemas
(List<CreateSchemaClause> schemas) Sets schemas.void
toEPL
(StringWriter writer, EPStatementFormatter formatter) Render as EPL.
-
Constructor Details
-
CreateDataFlowClause
public CreateDataFlowClause()Ctor. -
CreateDataFlowClause
public CreateDataFlowClause(String dataFlowName, List<CreateSchemaClause> schemas, List<DataFlowOperator> operators) Ctor.- Parameters:
dataFlowName
- data flow nameschemas
- schemasoperators
- operators
-
-
Method Details
-
getDataFlowName
Returns the data flow name.- Returns:
- name
-
setDataFlowName
Sets the data flow name.- Parameters:
dataFlowName
- name
-
getSchemas
Returns schemas.- Returns:
- schemas
-
setSchemas
Sets schemas.- Parameters:
schemas
- schemas to set
-
getOperators
Returns operators.- Returns:
- operator definitions
-
setOperators
Sets operators.- Parameters:
operators
- to define
-
toEPL
Render as EPL.- Parameters:
writer
- to output toformatter
- to use
-