Uses of Class
com.espertech.esper.epl.spec.GraphOperatorSpec

Packages that use GraphOperatorSpec
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. 
 

Uses of GraphOperatorSpec in com.espertech.esper.client.dataflow
 

Methods in com.espertech.esper.client.dataflow that return GraphOperatorSpec
 GraphOperatorSpec EPDataFlowOperatorProviderContext.getSpec()
          Operator specification
 

Constructors in com.espertech.esper.client.dataflow with parameters of type GraphOperatorSpec
EPDataFlowOperatorProviderContext(java.lang.String dataFlowName, java.lang.String operatorName, GraphOperatorSpec spec)
          Ctor.
 

Uses of GraphOperatorSpec in com.espertech.esper.dataflow.core
 

Methods in com.espertech.esper.dataflow.core that return types with arguments of type GraphOperatorSpec
 java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> DataFlowStmtDesc.getOperatorAnnotations()
           
 

Constructor parameters in com.espertech.esper.dataflow.core with type arguments of type GraphOperatorSpec
DataFlowStmtDesc(CreateDataFlowDesc graphDesc, StatementContext statementContext, EPServicesContext servicesContext, AgentInstanceContext agentInstanceContext, java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> operatorAnnotations)
           
 

Uses of GraphOperatorSpec in com.espertech.esper.dataflow.util
 

Methods in com.espertech.esper.dataflow.util that return GraphOperatorSpec
 GraphOperatorSpec OperatorMetadataDescriptor.getOperatorSpec()
           
 

Constructors in com.espertech.esper.dataflow.util with parameters of type GraphOperatorSpec
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)
           
 

Uses of GraphOperatorSpec in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type GraphOperatorSpec
 java.util.List<GraphOperatorSpec> CreateDataFlowDesc.getOperators()
           
 

Constructor parameters in com.espertech.esper.epl.spec with type arguments of type GraphOperatorSpec
CreateDataFlowDesc(java.lang.String graphName, java.util.List<GraphOperatorSpec> operators, java.util.List<CreateSchemaDesc> schemas)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com