|
||||||||||
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.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. |
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,
ExtensionServicesContext extensionServicesContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService)
Constructor. |
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.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 | |
---|---|
EventStream |
StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementHandle epStatementHandle,
boolean isJoin)
See the method of the same name in StreamFactoryService . |
EventStream |
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 |