|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in com.espertech.esper.core.context.activator with parameters of type StatementSpecCompiled | |
---|---|
ViewableActivator |
ViewableActivatorFactoryDefault.createStreamReuseView(EPServicesContext services,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
FilterStreamSpecCompiled filterStreamSpec,
boolean isJoin,
ExprEvaluatorContextStatement evaluatorContextStmt,
boolean filterSubselectSameStream,
int streamNum,
boolean isCanIterateUnbound)
|
ViewableActivator |
ViewableActivatorFactory.createStreamReuseView(EPServicesContext services,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
FilterStreamSpecCompiled filterStreamSpec,
boolean isJoin,
ExprEvaluatorContextStatement evaluatorContextStmt,
boolean filterSubselectSameStream,
int streamNum,
boolean isCanIterateUnbound)
|
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 |
StatementAgentInstanceFactorySelect.statementSpec
|
protected StatementSpecCompiled |
StatementAgentInstanceFactoryOnTriggerBase.statementSpec
|
protected StatementSpecCompiled |
StatementAgentInstanceFactoryCreateWindow.statementSpec
|
Methods in com.espertech.esper.core.context.factory that return StatementSpecCompiled | |
---|---|
StatementSpecCompiled |
StatementAgentInstanceFactorySelect.getStatementSpec()
|
Methods in com.espertech.esper.core.context.factory with parameters of type StatementSpecCompiled | |
---|---|
protected static StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair |
StatementAgentInstanceFactoryOnTriggerNamedWindow.getIndexHintPair(StatementContext statementContext,
StatementSpecCompiled statementSpec)
|
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 FilterValueSetParam[][] |
ContextControllerPartitionedUtil.getAddendumFilters(java.lang.Object keyValue,
FilterSpecCompiled filtersSpec,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled)
|
static void |
ContextControllerPartitionedUtil.populateAddendumFilters(java.lang.Object keyValue,
java.util.List<FilterSpecCompiled> filtersSpecs,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled,
java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums)
|
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,
java.util.Set<ExprTableAccessNode> tableAccessNodes,
EPServicesContext servicesContext)
Compiles a statement returning the compile (verified, non-serializable) form of a statement. |
StatementSpecCompiled |
StatementLifecycleSvcImpl.getStatementSpec(int statementId)
|
StatementSpecCompiled |
StatementLifecycleSvc.getStatementSpec(int statementId)
|
StatementSpecCompiled |
StatementContext.getStatementSpecCompiled()
|
Methods in com.espertech.esper.core.service with parameters of type StatementSpecCompiled | |
---|---|
void |
StatementContext.setStatementSpecCompiled(StatementSpecCompiled statementSpecCompiled)
|
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. |
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,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
boolean isFireAndForget,
boolean isOnSelect)
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,
ResultSetProcessorType resultSetProcessorType,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
StatementVariableRef statementVariableRef)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |