Modifier and Type | Method and Description |
---|---|
ScheduleHandleCallback |
EPStatementHandleCallbackSchedule.getScheduleCallback() |
Constructor and Description |
---|
EPStatementHandleCallbackSchedule(EPStatementAgentInstanceHandle agentInstanceHandle,
ScheduleHandleCallback callback)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoricalDataCacheExpiringImpl
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".
|
Copyright © 2005–2021. All rights reserved.