Package | Description |
---|---|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
com.espertech.esper.dataflow.util |
Data flow utility classes such as internal model, matching and planning.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
GraphOperatorSpec |
EPDataFlowOperatorProviderContext.getSpec()
Operator specification
|
Constructor and Description |
---|
EPDataFlowOperatorProviderContext(java.lang.String dataFlowName,
java.lang.String operatorName,
GraphOperatorSpec spec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> |
DataFlowStmtDesc.getOperatorAnnotations() |
Constructor and Description |
---|
DataFlowStmtDesc(CreateDataFlowDesc graphDesc,
StatementContext statementContext,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> operatorAnnotations) |
Modifier and Type | Method and Description |
---|---|
GraphOperatorSpec |
OperatorMetadataDescriptor.getOperatorSpec() |
Constructor and Description |
---|
OperatorMetadataDescriptor(GraphOperatorSpec operatorSpec,
int operatorNumber,
java.lang.Class operatorClass,
java.lang.Class operatorFactoryClass,
java.lang.Object optionalOperatorObject,
java.lang.String operatorPrettyPrint,
java.lang.annotation.Annotation[] operatorAnnotations) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphOperatorSpec> |
CreateDataFlowDesc.getOperators() |
Constructor and Description |
---|
CreateDataFlowDesc(java.lang.String graphName,
java.util.List<GraphOperatorSpec> operators,
java.util.List<CreateSchemaDesc> schemas) |