Package | Description |
---|---|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
List<Pair<StringPatternSet,Boolean>> |
ConfigurationRuntimeMetricsReporting.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.
|
Copyright © 2005–2022. All rights reserved.