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.activator | |
com.espertech.esper.common.internal.context.controller.condition | |
com.espertech.esper.common.internal.epl.pattern.core |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecConditionPattern.setPatternContext(PatternContext patternContext) |
Modifier and Type | Field and Description |
---|---|
protected PatternContext |
ViewableActivatorPattern.patternContext |
Modifier and Type | Method and Description |
---|---|
void |
ViewableActivatorPattern.setPatternContext(PatternContext patternContext) |
Constructor and Description |
---|
ViewableActivatorPatternForge(EventType eventType,
PatternStreamSpecCompiled spec,
PatternContext patternContext,
boolean isCanIterate) |
Modifier and Type | Method and Description |
---|---|
PatternContext |
ContextConditionDescriptorPattern.getPatternContext() |
Modifier and Type | Method and Description |
---|---|
void |
ContextConditionDescriptorPattern.setPatternContext(PatternContext patternContext) |
Modifier and Type | Field and Description |
---|---|
protected PatternContext |
PatternAgentInstanceContext.patternContext |
Modifier and Type | Method and Description |
---|---|
PatternContext |
PatternAgentInstanceContext.getPatternContext() |
Modifier and Type | Method and Description |
---|---|
EvalRootState |
EvalRootNode.start(PatternMatchCallback callback,
PatternContext context,
boolean isRecoveringResilient) |
EvalRootState |
EvalRootNode.start(PatternMatchCallback callback,
PatternContext context,
MatchedEventMap beginState,
boolean isRecoveringResilient) |
Constructor and Description |
---|
PatternAgentInstanceContext(PatternContext patternContext,
AgentInstanceContext agentInstanceContext,
boolean hasConsumingFilter,
Function<FilterSpecActivatable,FilterValueSetParam[][]> contextAddendumFunction) |
Copyright © 2005–2018. All rights reserved.