Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.
|
com.espertech.esper.common.internal.context.util |
Modifier and Type | Class and Description |
---|---|
class |
ContextSpecConditionCrontab |
class |
ContextSpecConditionFilter |
class |
ContextSpecConditionImmediate |
class |
ContextSpecConditionNever |
class |
ContextSpecConditionPattern |
class |
ContextSpecConditionTimePeriod |
Modifier and Type | Method and Description |
---|---|
ContextSpecCondition |
ContextSpecInitiatedTerminated.getEndCondition() |
ContextSpecCondition |
ContextSpecKeyed.getOptionalTermination() |
ContextSpecCondition |
ContextSpecInitiatedTerminated.getStartCondition() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecInitiatedTerminated.setEndCondition(ContextSpecCondition endCondition) |
void |
ContextSpecKeyed.setOptionalTermination(ContextSpecCondition optionalTermination) |
void |
ContextSpecInitiatedTerminated.setStartCondition(ContextSpecCondition startCondition) |
Constructor and Description |
---|
ContextSpecInitiatedTerminated(ContextSpecCondition startCondition,
ContextSpecCondition endCondition,
boolean overlapping,
ExprNode[] distinctExpressions) |
ContextSpecKeyed(List<ContextSpecKeyedItem> items,
List<ContextSpecConditionFilter> optionalInit,
ContextSpecCondition optionalTermination) |
Modifier and Type | Method and Description |
---|---|
static void |
ContextPropertyEventType.addEndpointTypes(ContextSpecCondition endpoint,
Map<String,Object> properties,
Set<String> allTags) |
Copyright © 2005–2019. All rights reserved.