Package | Description |
---|---|
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.metrics.audit | |
com.espertech.esper.common.internal.schedule |
Modifier and Type | Class and Description |
---|---|
class |
EPStatementHandleCallbackSchedule |
Modifier and Type | Method and Description |
---|---|
static void |
AuditPath.auditScheduleAdd(long nextScheduledTime,
AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
AuditPath.auditScheduleRemove(AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
void |
AuditProviderSchedule.scheduleAdd(long nextScheduledTime,
AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name) |
void |
AuditProviderDefault.scheduleAdd(long nextScheduledTime,
AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType type,
String name) |
void |
AuditProviderSchedule.scheduleRemove(AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name) |
void |
AuditProviderDefault.scheduleRemove(AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType type,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulingService.evaluate(Collection<ScheduleHandle> handles)
Evaluate the current time and add to the collection any handles scheduled for execution.
|
Copyright © 2005–2018. All rights reserved.