Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
com.espertech.esper.pattern.guard |
Pattern guards that can define the lifetime of a pattern
|
com.espertech.esper.pattern.observer |
Pattern observer classes the observe timer events
|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
Modifier and Type | Method and Description |
---|---|
ScheduleHandleCallback |
EPStatementHandleCallback.getScheduleCallback()
Returns the statement schedule callback, or null if this is a filter callback handle.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementHandleCallback.setScheduleCallback(ScheduleHandleCallback scheduleCallback) |
Constructor and Description |
---|
EPStatementHandleCallback(EPStatementAgentInstanceHandle agentInstanceHandle,
ScheduleHandleCallback callback)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
DataCacheExpiringImpl
Implements an expiry-time cache that evicts data when data becomes stale
after a given number of seconds.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerWithinGuard
Guard implementation that keeps a timer instance and quits when the timer expired,
letting all
MatchedEventMap instances pass until then. |
class |
TimerWithinOrMaxCountGuard
Guard implementation that keeps a timer instance and quits when the timer expired,
and also keeps a count of the number of matches so far, checking both count and timer,
letting all
MatchedEventMap instances pass until then. |
Modifier and Type | Class and Description |
---|---|
class |
TimerAtObserver
Observer implementation for indicating that a certain time arrived, similar to "crontab".
|
class |
TimerIntervalObserver
Observer that will wait a certain interval before indicating true (raising an event).
|
class |
TimerScheduleObserver
Observer implementation for indicating that a certain time arrived, similar to "crontab".
|
Modifier and Type | Method and Description |
---|---|
static Object |
ScheduleHandleCallbackProxy.newInstance(String engineURI,
String statementName,
ScheduleHandleCallback scheduleHandleCallback) |
Constructor and Description |
---|
ScheduleHandleCallbackProxy(String engineURI,
String statementName,
ScheduleHandleCallback scheduleHandleCallback) |