Uses of Interface
com.espertech.esper.common.internal.schedule.ScheduleHandle
Packages that use ScheduleHandle
Package
Description
-
Uses of ScheduleHandle in com.espertech.esper.common.internal.context.util
Classes in com.espertech.esper.common.internal.context.util that implement ScheduleHandle -
Uses of ScheduleHandle in com.espertech.esper.common.internal.metrics.audit
Methods in com.espertech.esper.common.internal.metrics.audit with parameters of type ScheduleHandleModifier and TypeMethodDescriptionstatic void
AuditPath.auditScheduleAdd
(long nextScheduledTime, AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name) NOTE: Code-generation-invoked method, method name and parameter order mattersstatic void
AuditPath.auditScheduleRemove
(AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name) NOTE: Code-generation-invoked method, method name and parameter order mattersvoid
AuditProviderDefault.scheduleAdd
(long nextScheduledTime, AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType type, String name) void
AuditProviderSchedule.scheduleAdd
(long nextScheduledTime, AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name) void
AuditProviderDefault.scheduleRemove
(AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType type, String name) void
AuditProviderSchedule.scheduleRemove
(AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name) -
Uses of ScheduleHandle in com.espertech.esper.common.internal.schedule
Methods in com.espertech.esper.common.internal.schedule with parameters of type ScheduleHandleModifier and TypeMethodDescriptionvoid
SchedulingService.add
(long afterMSec, ScheduleHandle handle, long scheduleSlot) Add a callback for after the given milliseconds from the current time.boolean
SchedulingService.isScheduled
(ScheduleHandle handle) Returns true if the handle has been scheduled already.void
SchedulingService.remove
(ScheduleHandle handle, long scheduleSlot) Remove a handle.Method parameters in com.espertech.esper.common.internal.schedule with type arguments of type ScheduleHandleModifier and TypeMethodDescriptionvoid
SchedulingService.evaluate
(Collection<ScheduleHandle> handles) Evaluate the current time and add to the collection any handles scheduled for execution.