Uses of Interface
com.espertech.esper.common.internal.schedule.ScheduleHandleCallback
Package
Description
-
Uses of ScheduleHandleCallback in com.espertech.esper.common.internal.context.util
ModifierConstructorDescriptionEPStatementHandleCallbackSchedule
(EPStatementAgentInstanceHandle agentInstanceHandle, ScheduleHandleCallback callback) Ctor. -
Uses of ScheduleHandleCallback in com.espertech.esper.common.internal.epl.historical.datacache
Modifier and TypeClassDescriptionclass
Implements an expiry-time cache that evicts data when data becomes stale after a given number of seconds. -
Uses of ScheduleHandleCallback in com.espertech.esper.common.internal.epl.pattern.guard
Modifier and TypeClassDescriptionclass
Guard implementation that keeps a timer instance and quits when the timer expired, letting allMatchedEventMap
instances pass until then.class
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 allMatchedEventMap
instances pass until then. -
Uses of ScheduleHandleCallback in com.espertech.esper.common.internal.epl.pattern.observer
Modifier and TypeClassDescriptionclass
Observer implementation for indicating that a certain time arrived, similar to "crontab".class
Observer that will wait a certain interval before indicating true (raising an event).class
Observer implementation for indicating that a certain time arrived, similar to "crontab".