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 java.util.Map<ContextControllerCondition,ContextControllerInitTermInstance> |
ContextControllerInitTerm.endConditions |
Modifier and Type | Method and Description |
---|---|
static ContextControllerCondition |
ContextControllerConditionFactory.getEndpoint(java.lang.String contextName,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
ContextDetailCondition endpoint,
ContextControllerConditionCallback callback,
ContextInternalFilterAddendum filterAddendum,
boolean isStartEndpoint,
int nestingLevel,
int pathId,
int subpathId) |
ContextControllerCondition |
ContextControllerPartitionedEntry.getOptionalTermination() |
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(java.util.Map<java.lang.String,java.lang.Object> builtinProperties,
ContextControllerCondition originCondition,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
EventBean optionalTriggeringEventPattern,
ContextInternalFilterAddendum filterAddendum) |
void |
ContextControllerConditionCallback.rangeNotification(java.util.Map<java.lang.String,java.lang.Object> builtinProperties,
ContextControllerCondition originEndpoint,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
EventBean optionalTriggeringEventPattern,
ContextInternalFilterAddendum filterAddendum) |
Constructor and Description |
---|
ContextControllerPartitionedEntry(ContextControllerInstanceHandle instanceHandle,
ContextControllerCondition optionalTermination) |