Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
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 | Class and Description |
---|---|
class |
MatchRecognizeRegExAlteration
Interface representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExAtom
Atom representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExConcatenation
Interface representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExNested
Atom representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExPermutation
Interface representing a permutation expression for use in match-recognize.
|
class |
MatchRecognizeRegExPlaceholder
For use in match recognize pattern expression as a placeholder to represent its child nodes.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeRegEx |
MatchRecognizeClause.getPattern()
Returns regex-pattern.
|
Modifier and Type | Method and Description |
---|---|
List<MatchRecognizeRegEx> |
MatchRecognizeRegEx.getChildren()
Returns child nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeClause.setPattern(MatchRecognizeRegEx pattern)
Sets regex-pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeRegEx.setChildren(List<MatchRecognizeRegEx> children)
Set child nodes.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeRegEx |
EPAdministratorSPI.compileMatchRecognizePatternToSODA(String matchRecogPatternExpression)
Compile match recognize pattern expression.
|
MatchRecognizeRegEx |
EPAdministratorImpl.compileMatchRecognizePatternToSODA(String matchRecogPatternExpression) |
Modifier and Type | Method and Description |
---|---|
static MatchRecognizeRegEx |
StatementSpecMapper.unmap(RowRegexExprNode pattern)
Unmap match recognize pattern.
|