|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPStatementHandle | |
---|---|
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.context.util | Context partition utility or reference classes. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.epl.table.merge | Table on-merge handlers. |
com.espertech.esper.epl.table.onaction | Table on-action handlers. |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
com.espertech.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
com.espertech.esper.view.internal | Internal management views for buffering view results and providing these to joins. |
Uses of EPStatementHandle in com.espertech.esper.core.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr that return EPStatementHandle | |
---|---|
EPStatementHandle |
ContextControllerInitTermFactory.getEpStatementHandle()
|
Uses of EPStatementHandle in com.espertech.esper.core.context.util |
---|
Methods in com.espertech.esper.core.context.util that return EPStatementHandle | |
---|---|
EPStatementHandle |
EPStatementAgentInstanceHandle.getStatementHandle()
|
Constructors in com.espertech.esper.core.context.util with parameters of type EPStatementHandle | |
---|---|
EPStatementAgentInstanceHandle(EPStatementHandle statementHandle,
StatementAgentInstanceLock statementAgentInstanceLock,
int agentInstanceId,
StatementAgentInstanceFilterVersion statementFilterVersion)
|
Uses of EPStatementHandle in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that return EPStatementHandle | |
---|---|
EPStatementHandle |
StatementContext.getEpStatementHandle()
Returns the statement's resource locks. |
Methods in com.espertech.esper.core.service with parameters of type EPStatementHandle | |
---|---|
void |
ExceptionHandlingService.handleCondition(BaseCondition condition,
EPStatementHandle handle)
|
boolean |
InsertIntoListener.inserted(EventBean theEvent,
EPStatementHandle statementHandle)
|
void |
InternalEventRouteDest.route(EventBean theEvent,
EPStatementHandle statementHandle,
boolean addToFront)
Route the event such that the event is processed as required. |
void |
EPRuntimeIsolatedImpl.route(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront)
|
void |
EPRuntimeImpl.route(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront)
|
void |
InternalEventRouterImpl.route(EventBean theEvent,
EPStatementHandle statementHandle,
InternalEventRouteDest routeDest,
ExprEvaluatorContext exprEvaluatorContext,
boolean addToFront)
|
void |
InternalEventRouter.route(EventBean theEvent,
EPStatementHandle statementHandle,
InternalEventRouteDest routeDest,
ExprEvaluatorContext exprEvaluatorContext,
boolean addToFront)
Route the event such that the event is processed as required. |
Constructors in com.espertech.esper.core.service with parameters of type EPStatementHandle | |
---|---|
StatementContext(StatementContextEngineServices stmtEngineServices,
byte[] statementIdBytes,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
java.lang.annotation.Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
java.lang.Object statementUserObject)
Constructor. |
Uses of EPStatementHandle in com.espertech.esper.epl.named |
---|
Methods in com.espertech.esper.epl.named that return EPStatementHandle | |
---|---|
EPStatementHandle |
NamedWindowOnSelectViewFactory.getStatementHandle()
|
Constructors in com.espertech.esper.epl.named with parameters of type EPStatementHandle | |
---|---|
NamedWindowOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
InternalEventRouter internalEventRouter,
java.lang.String insertIntoTableName,
TableService tableService,
EPStatementHandle statementHandle,
InternalEventRouteDest internalEventRouteDest,
boolean audit)
|
|
NamedWindowOnSelectViewFactory(EventType namedWindowEventType,
InternalEventRouter internalEventRouter,
boolean addToFront,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect,
StreamSelector optionalStreamSelector,
java.lang.String optionalInsertIntoTableName)
|
Uses of EPStatementHandle in com.espertech.esper.epl.table.merge |
---|
Constructors in com.espertech.esper.epl.table.merge with parameters of type EPStatementHandle | |
---|---|
TableOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
InternalEventRouteDest internalEventRouteDest,
boolean audit,
TableStateRowFactory tableStateRowFactory)
|
Uses of EPStatementHandle in com.espertech.esper.epl.table.onaction |
---|
Methods in com.espertech.esper.epl.table.onaction that return EPStatementHandle | |
---|---|
EPStatementHandle |
TableOnSelectViewFactory.getStatementHandle()
|
Constructors in com.espertech.esper.epl.table.onaction with parameters of type EPStatementHandle | |
---|---|
TableOnSelectViewFactory(TableMetadata tableMetadata,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect)
|
Uses of EPStatementHandle in com.espertech.esper.epl.view |
---|
Methods in com.espertech.esper.epl.view that return EPStatementHandle | |
---|---|
EPStatementHandle |
OutputStrategyPostProcessFactory.getEpStatementHandle()
|
Constructors in com.espertech.esper.epl.view with parameters of type EPStatementHandle | |
---|---|
OutputStrategyPostProcessFactory(boolean route,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
InternalEventRouter internalEventRouter,
EPStatementHandle epStatementHandle,
boolean addToFront,
TableService tableService,
java.lang.String tableName)
|
Uses of EPStatementHandle in com.espertech.esper.metrics.instrumentation |
---|
Methods in com.espertech.esper.metrics.instrumentation with parameters of type EPStatementHandle | |
---|---|
void |
InstrumentationDefault.qRouteBetweenStmt(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront)
|
void |
Instrumentation.qRouteBetweenStmt(EventBean theEvent,
EPStatementHandle epStatementHandle,
boolean addToFront)
|
Uses of EPStatementHandle in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return EPStatementHandle | |
---|---|
EPStatementHandle |
PatternContext.getEpStatementHandle()
Returns the statement's resource handle for locking. |
Uses of EPStatementHandle in com.espertech.esper.view |
---|
Methods in com.espertech.esper.view that return EPStatementHandle | |
---|---|
EPStatementHandle |
ViewFactoryContext.getEpStatementHandle()
Returns the statement's resource locks. |
Uses of EPStatementHandle in com.espertech.esper.view.internal |
---|
Constructors in com.espertech.esper.view.internal with parameters of type EPStatementHandle | |
---|---|
RouteResultView(boolean isFirst,
EventType eventType,
EPStatementHandle epStatementHandle,
InternalEventRouter internalEventRouter,
TableStateInstance[] tableStateInstances,
boolean[] isNamedWindowInsert,
ResultSetProcessor[] processors,
ExprNode[] whereClauses,
AgentInstanceContext agentInstanceContext)
Ctor. |
|
RouteResultViewHandlerAll(EPStatementHandle epStatementHandle,
InternalEventRouter internalEventRouter,
TableStateInstance[] tableStateInstances,
boolean[] isNamedWindowInsert,
ResultSetProcessor[] processors,
ExprEvaluator[] whereClauses,
AgentInstanceContext agentInstanceContext)
Ctor. |
|
RouteResultViewHandlerFirst(EPStatementHandle epStatementHandle,
InternalEventRouter internalEventRouter,
TableStateInstance[] tableStateInstances,
boolean[] isNamedWindowInsert,
ResultSetProcessor[] processors,
ExprEvaluator[] whereClauses,
AgentInstanceContext agentInstanceContext)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |