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.epl.pattern.core | |
com.espertech.esper.common.internal.filterspec |
Modifier and Type | Method and Description |
---|---|
MatchedEventMapMeta |
PatternStreamSpecCompiled.getMatchedEventMapMeta() |
Modifier and Type | Method and Description |
---|---|
MatchedEventMapMeta |
PatternContext.getMatchedEventMapMeta() |
Modifier and Type | Method and Description |
---|---|
void |
PatternContext.setMatchedEventMapMeta(MatchedEventMapMeta matchedEventMapMeta) |
Constructor and Description |
---|
PatternContext(int streamNumber,
MatchedEventMapMeta matchedEventMapMeta,
boolean isContextDeclaration,
int nestingLevel,
boolean isStartCondition) |
Modifier and Type | Method and Description |
---|---|
MatchedEventMapMeta |
MatchedEventMapMinimal.getMeta() |
MatchedEventMapMeta |
MatchedEventMapImpl.getMeta() |
MatchedEventMapMeta |
MatchedEventMap.getMeta() |
Constructor and Description |
---|
MatchedEventMapImpl(MatchedEventMapMeta meta)
Constructor creates an empty collection of events.
|
MatchedEventMapImpl(MatchedEventMapMeta meta,
Object[] matches) |
Copyright © 2005–2019. All rights reserved.