Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContextPropertyEventType.addEndpointTypes(String contextName,
ContextDetailCondition endpoint,
Map<String,Object> properties,
Set<String> allTags) |
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 | Class and Description |
---|---|
class |
ContextDetailConditionCrontab |
class |
ContextDetailConditionFilter |
class |
ContextDetailConditionImmediate |
class |
ContextDetailConditionNever |
class |
ContextDetailConditionPattern |
class |
ContextDetailConditionTimePeriod |
Modifier and Type | Method and Description |
---|---|
ContextDetailCondition |
ContextDetailInitiatedTerminated.getEnd() |
ContextDetailCondition |
ContextDetailInitiatedTerminated.getStart() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDetailInitiatedTerminated.setEnd(ContextDetailCondition end) |
void |
ContextDetailInitiatedTerminated.setStart(ContextDetailCondition start) |
Constructor and Description |
---|
ContextDetailInitiatedTerminated(ContextDetailCondition start,
ContextDetailCondition end,
boolean overlapping,
ExprNode[] distinctExpressions) |