Package | Description |
---|---|
com.espertech.esper.common.internal.metrics.audit | |
com.espertech.esper.common.internal.schedule |
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.auditScheduleFire(AgentInstanceContext agentInstanceContext,
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.scheduleFire(AgentInstanceContext agentInstanceContext,
ScheduleObjectType objectType,
String name) |
void |
AuditProviderDefault.scheduleFire(AgentInstanceContext agentInstanceContext,
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 |
---|---|
static ScheduleObjectType |
ScheduleObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleObjectType[] |
ScheduleObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2022. All rights reserved.