|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPStatementHandle | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.db | Database SQL polling views and caches |
net.esper.eql.view | Internal processing views for output rate limiting, filtering and internal event routing |
net.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
net.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
net.esper.view.stream | View to event stream relationship service |
Uses of EPStatementHandle in net.esper.core |
---|
Methods in net.esper.core that return EPStatementHandle | |
---|---|
EPStatementHandle |
StatementContext.getEpStatementHandle()
Returns the statement's resource locks. |
EPStatementHandle |
EPStatementHandleCallback.getEpStatementHandle()
Returns the statement handle. |
EPStatementHandle |
StatementLifecycleSvcImpl.EPStatementDesc.getStatementHandle()
Returns the statements handle. |
Methods in net.esper.core with parameters of type EPStatementHandle | |
---|---|
void |
InternalEventRouter.route(EventBean[] events,
EPStatementHandle statementHandle)
Route the event such that the event is processed as required. |
void |
EPRuntimeImpl.route(EventBean[] events,
EPStatementHandle epStatementHandle)
|
Constructors in net.esper.core with parameters of type EPStatementHandle | |
---|---|
EPStatementHandleCallback(EPStatementHandle epStatementHandle,
FilterHandleCallback callback)
Ctor. |
|
EPStatementHandleCallback(EPStatementHandle epStatementHandle,
ScheduleHandleCallback callback)
Ctor. |
|
StatementContext(String engineURI,
String engineInstanceId,
String statementId,
String statementName,
String expression,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EventAdapterService eventAdapterService,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
ExtensionServicesContext extensionServicesContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
JoinSetComposerFactory joinSetComposerFactory,
OutputConditionFactory outputConditionFactory)
Constructor. |
|
StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
EPStatementStopMethod stopMethod,
String optInsertIntoStream,
EPStatementHandle statementHandle)
Ctor. |
Uses of EPStatementHandle in net.esper.eql.db |
---|
Methods in net.esper.eql.db with parameters of type EPStatementHandle | |
---|---|
static HistoricalEventViewable |
PollingViewableFactory.createDBStatementView(int streamNumber,
DBStatementStreamSpec databaseStreamSpec,
DatabaseConfigService databaseConfigService,
EventAdapterService eventAdapterService,
EPStatementHandle epStatementHandle)
Creates the viewable for polling via database SQL query. |
DataCache |
DatabaseConfigServiceImpl.getDataCache(String databaseName,
EPStatementHandle epStatementHandle)
|
DataCache |
DatabaseConfigService.getDataCache(String databaseName,
EPStatementHandle epStatementHandle)
Returns a new cache implementation for this database. |
Constructors in net.esper.eql.db with parameters of type EPStatementHandle | |
---|---|
DataCacheExpiringImpl(double maxAgeSec,
double purgeIntervalSec,
SchedulingService schedulingService,
ScheduleSlot scheduleSlot,
EPStatementHandle epStatementHandle)
Ctor. |
Uses of EPStatementHandle in net.esper.eql.view |
---|
Constructors in net.esper.eql.view with parameters of type EPStatementHandle | |
---|---|
InternalRouteView(boolean isIStream,
InternalEventRouter internalEventRouter,
EPStatementHandle epStatementHandle)
Ctor. |
Uses of EPStatementHandle in net.esper.pattern |
---|
Methods in net.esper.pattern that return EPStatementHandle | |
---|---|
EPStatementHandle |
PatternContext.getEpStatementHandle()
Returns the statement's resource handle for locking. |
Uses of EPStatementHandle in net.esper.view |
---|
Methods in net.esper.view that return EPStatementHandle | |
---|---|
EPStatementHandle |
ViewFactoryContext.getEpStatementHandle()
Returns the statement's resource locks. |
Uses of EPStatementHandle in net.esper.view.stream |
---|
Methods in net.esper.view.stream with parameters of type EPStatementHandle | |
---|---|
Pair<EventStream,ManagedLock> |
StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementHandle epStatementHandle,
boolean isJoin)
See the method of the same name in StreamFactoryService . |
Pair<EventStream,ManagedLock> |
StreamFactoryService.createStream(FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementHandle epStatementHandle,
boolean isJoin)
Create or reuse existing EventStream instance representing that event filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |