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

Packages that use StatementSpecCompiled
com.espertech.esper.core.context.activator Activation of streams for statement start. 
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.core 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. 
com.espertech.esper.epl.expression.subquery Subselect expressions. 
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. 
com.espertech.esper.epl.spec.util Statement spec utilities 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of StatementSpecCompiled in com.espertech.esper.core.context.activator
 

Constructors in com.espertech.esper.core.context.activator with parameters of type StatementSpecCompiled
ViewableActivatorStreamReuseView(EPServicesContext services, StatementContext statementContext, StatementSpecCompiled statementSpec, FilterStreamSpecCompiled filterStreamSpec, boolean join, ExprEvaluatorContextStatement evaluatorContextStmt, boolean filterSubselectSameStream, int streamNum, boolean isCanIterateUnbound)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.core.context.factory
 

Fields in com.espertech.esper.core.context.factory declared as StatementSpecCompiled
protected  StatementSpecCompiled StatementAgentInstanceFactoryOnTriggerBase.statementSpec
           
 

Methods in com.espertech.esper.core.context.factory with parameters of type StatementSpecCompiled
protected static StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair StatementAgentInstanceFactoryOnTriggerNamedWindow.getIndexHintPair(StatementContext statementContext, StatementSpecCompiled statementSpec)
           
 

Constructors in com.espertech.esper.core.context.factory with parameters of type StatementSpecCompiled
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivatorFilterProxy activator, ViewFactoryChain unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory, boolean recoveringStatement)
           
StatementAgentInstanceFactoryOnTriggerBase(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection)
           
StatementAgentInstanceFactoryOnTriggerNamedWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, ExprNode validatedJoin, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, NamedWindowOnExprFactory onExprFactory, OutputProcessViewFactory outputProcessViewFactory, EventType activatorResultEventType, NamedWindowProcessor processor)
           
StatementAgentInstanceFactoryOnTriggerSetVariable(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, OnSetVariableViewFactory onSetVariableViewFactory, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory)
           
StatementAgentInstanceFactoryOnTriggerSplit(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc, EventType activatorResultEventType, java.lang.String[] insertIntoTableNames)
           
StatementAgentInstanceFactoryOnTriggerTable(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, SubSelectStrategyCollection subSelectStrategyCollection, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, ExprNode validatedJoin, TableOnViewFactory onExprFactory, EventType activatorResultEventType, TableMetadata tableMetadata, ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory)
           
StatementAgentInstanceFactorySelect(int numStreams, ViewableActivator[] eventStreamParentViewableActivators, StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, StreamTypeService typeService, ViewFactoryChain[] unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc, StreamJoinAnalysisResult joinAnalysisResult, boolean recoveringResilient, JoinSetComposerPrototype joinSetComposerPrototype, SubSelectStrategyCollection subSelectStrategyCollection, ViewResourceDelegateVerified viewResourceDelegate, OutputProcessViewFactory outputProcessViewFactory)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return StatementSpecCompiled
 StatementSpecCompiled ContextControllerStatementBase.getStatementSpec()
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type StatementSpecCompiled
static void ContextControllerPartitionedUtil.populateAddendumFilters(java.lang.Object keyValue, java.util.List<FilterSpecCompiled> filtersSpecs, ContextDetailPartitioned segmentedSpec, StatementSpecCompiled optionalStatementSpecCompiled, java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums)
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type StatementSpecCompiled
ContextControllerStatementBase(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateAggregationVariableDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateIndexDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateVariableDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateWindowDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementOnTriggerDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return StatementSpecCompiled
protected static StatementSpecCompiled StatementLifecycleSvcImpl.compile(StatementSpecRaw spec, java.lang.String eplStatement, StatementContext statementContext, boolean isSubquery, boolean isOnDemandQuery, java.lang.annotation.Annotation[] annotations, java.util.List<ExprSubselectNode> subselectNodes, java.util.List<ExprDeclaredNode> declaredNodes, EPServicesContext servicesContext)
          Compiles a statement returning the compile (verified, non-serializable) form of a statement.
 StatementSpecCompiled StatementLifecycleSvcImpl.getStatementSpec(java.lang.String statementId)
           
 StatementSpecCompiled StatementLifecycleSvc.getStatementSpec(java.lang.String statementName)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.core.start
 

Fields in com.espertech.esper.core.start declared as StatementSpecCompiled
protected  StatementSpecCompiled EPStatementStartMethodBase.statementSpec
           
protected  StatementSpecCompiled EPPreparedExecuteIUDSingleStream.statementSpec
           
 

Methods in com.espertech.esper.core.start that return StatementSpecCompiled
 StatementSpecCompiled EPStatementStartMethodBase.getStatementSpec()
           
 StatementSpecCompiled EPStatementStartMethod.getStatementSpec()
           
 

Methods in com.espertech.esper.core.start with parameters of type StatementSpecCompiled
protected static SubSelectActivationCollection EPStatementStartMethodHelperSubselect.createSubSelectActivation(EPServicesContext services, StatementSpecCompiled statementSpecContainer, StatementContext statementContext, EPStatementDestroyCallbackList destroyCallbacks)
           
protected static boolean EPStatementStartMethodHelperUtil.determineSubquerySameStream(StatementSpecCompiled statementSpec, FilterStreamSpecCompiled filterStreamSpec)
           
static EPStatementStartMethod EPStatementStartMethodFactory.makeStartMethod(StatementSpecCompiled statementSpec)
          Ctor.
static EPStatementStartMethodSelectDesc EPStatementStartMethodSelectUtil.prepare(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext, boolean recoveringResilient, AgentInstanceContext defaultAgentInstanceContext, boolean queryPlanLogging, ViewableActivatorFactory optionalViewableActivatorFactory, OutputProcessViewCallback optionalOutputProcessViewCallback, SelectExprProcessorDeliveryCallback selectExprProcessorDeliveryCallback)
           
protected static void EPPreparedExecuteMethodHelper.validateFAFQuery(StatementSpecCompiled statementSpec)
           
protected static void EPStatementStartMethodHelperValidate.validateNodes(StatementSpecCompiled statementSpec, StatementContext statementContext, StreamTypeService typeService, ViewResourceDelegateUnverified viewResourceDelegate)
          Validate filter and join expression nodes.
 

Constructors in com.espertech.esper.core.start with parameters of type StatementSpecCompiled
EPPreparedExecuteIUDInsertInto(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
           
EPPreparedExecuteIUDSingleStream(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
          Ctor.
EPPreparedExecuteIUDSingleStreamDelete(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
           
EPPreparedExecuteIUDSingleStreamUpdate(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
           
EPPreparedExecuteMethodQuery(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
          Ctor.
EPStatementStartMethodBase(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateContext(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateExpression(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateGraph(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateIndex(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateSchema(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateTable(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateVariable(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodCreateWindow(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodOnTrigger(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodSelect(StatementSpecCompiled statementSpec)
           
EPStatementStartMethodUpdate(StatementSpecCompiled statementSpec)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type StatementSpecCompiled
static ResultSetProcessorFactoryDesc ResultSetProcessorFactoryFactory.getProcessorPrototype(StatementSpecCompiled statementSpec, StatementContext stmtContext, StreamTypeService typeService, ViewResourceDelegateUnverified viewResourceDelegate, boolean[] isUnidirectionalStream, boolean allowAggregation, ContextPropertyRegistry contextPropertyRegistry, SelectExprProcessorDeliveryCallback selectExprProcessorCallback, ConfigurationInformation configurationInformation)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
 

Uses of StatementSpecCompiled in com.espertech.esper.epl.expression.subquery
 

Methods in com.espertech.esper.epl.expression.subquery that return StatementSpecCompiled
 StatementSpecCompiled ExprSubselectNode.getStatementSpecCompiled()
          Returns the compiled statement spec.
 

Methods in com.espertech.esper.epl.expression.subquery with parameters of type StatementSpecCompiled
 void ExprSubselectNode.setStatementSpecCompiled(StatementSpecCompiled statementSpecCompiled, int subselectNumber)
          Supplies a compiled statement spec.
 

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

Fields in com.espertech.esper.epl.spec declared as StatementSpecCompiled
static StatementSpecCompiled StatementSpecCompiled.DEFAULT_SELECT_ALL_EMPTY
           
 

Uses of StatementSpecCompiled in com.espertech.esper.epl.spec.util
 

Methods in com.espertech.esper.epl.spec.util with parameters of type StatementSpecCompiled
static StatementSpecCompiledAnalyzerResult StatementSpecCompiledAnalyzer.analyzeFilters(StatementSpecCompiled spec)
           
 

Uses of StatementSpecCompiled in com.espertech.esper.epl.view
 

Methods in com.espertech.esper.epl.view with parameters of type StatementSpecCompiled
static OutputProcessViewFactory OutputProcessViewFactoryFactory.make(StatementSpecCompiled statementSpec, InternalEventRouter internalEventRouter, StatementContext statementContext, EventType resultEventType, OutputProcessViewCallback optionalOutputProcessViewCallback, TableService tableService)
           
 


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