Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
List<Pair<StringPatternSet,Boolean>> |
ConfigurationMetricsReporting.StmtGroupMetrics.getPatterns()
Returns a list of patterns that indicate whether a statement, by the statement name matching or
not matching each pattern, falls within the statement group.
|
Modifier and Type | Class and Description |
---|---|
class |
StringPatternSetLike |
class |
StringPatternSetRegex
Regular expression matcher.
|
Modifier and Type | Method and Description |
---|---|
static Boolean |
StringPatternSetUtil.evaluate(boolean defaultValue,
List<Pair<StringPatternSet,Boolean>> patterns,
String literal)
Executes a seriers of include/exclude patterns against a match string,
returning the last pattern match result as boolean in/out.
|