Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerConditionCrontab |
class |
ContextControllerConditionFilter |
class |
ContextControllerConditionImmediate
Context condition used for Non-Overlapping contexts only, when @Now is specified.
|
class |
ContextControllerConditionNever
Context condition used for overlapping and non-overlaping to never-end/terminated.
|
class |
ContextControllerConditionPattern |
class |
ContextControllerConditionTimePeriod |
Modifier and Type | Field and Description |
---|---|
protected ContextControllerCondition |
ContextControllerInitTerm.startCondition |
Modifier and Type | Field and Description |
---|---|
protected Map<ContextControllerCondition,ContextControllerInitTermInstance> |
ContextControllerInitTerm.endConditions |
Modifier and Type | Method and Description |
---|---|
static ContextControllerCondition |
ContextControllerConditionFactory.getEndpoint(String contextName,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
ContextDetailCondition endpoint,
ContextControllerConditionCallback callback,
ContextInternalFilterAddendum filterAddendum,
boolean isStartEndpoint,
int nestingLevel,
int pathId,
int subpathId) |
protected ContextControllerCondition |
ContextControllerInitTerm.makeEndpoint(ContextDetailCondition endpoint,
ContextInternalFilterAddendum filterAddendum,
boolean isStartEndpoint,
int subPathId) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ContextControllerInitTerm.determineCurrentlyRunning(ContextControllerCondition startCondition) |
void |
ContextControllerInitTerm.rangeNotification(Map<String,Object> builtinProperties,
ContextControllerCondition originCondition,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
ContextInternalFilterAddendum filterAddendum) |
void |
ContextControllerConditionCallback.rangeNotification(Map<String,Object> builtinProperties,
ContextControllerCondition originEndpoint,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
ContextInternalFilterAddendum filterAddendum) |