![]() | ConfigurationRuntimeMetricsReportingStmtGroupMetrics Class |
Namespace: com.espertech.esper.common.client.configuration.runtime
[SerializableAttribute] public class StmtGroupMetrics
The ConfigurationRuntimeMetricsReportingStmtGroupMetrics type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationRuntimeMetricsReportingStmtGroupMetrics |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Interval |
Returns the reporting interval for statement metrics for statements in the statement group.
|
![]() | IsDefaultInclude |
If this flag is set then all statement names are automatically included in this
statement group, and through exclude-pattern certain statement names can be omitted
If this flag is not set then all statement names are automatically excluded in this
statement group, and through include-pattern certain statement names can be included.
The default is false, i.e. statements must be explicitly included.
|
![]() | IsReportInactive |
Returns true to indicate that inactive statements (statements without events or timer activity)
are also reported.
|
![]() | NumStatements |
Returns the initial capacity number of statements held by the statement group.
|
![]() | Patterns |
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.
Include-patterns are boolean true in the pair of pattern and boolean. Exclude-patterns are
boolean false.
|
Name | Description | |
---|---|---|
![]() | AddExcludeLike |
Exclude all statements from the statement group that match the SQL like-expression by statement name.
|
![]() | AddExcludeRegEx |
Exclude all statements in the statement group that match the regular expression by statement name.
|
![]() | AddIncludeLike |
Include all statements in the statement group that match the SQL like-expression by statement name.
|
![]() | AddIncludeRegex |
Include all statements in the statement group that match the regular expression by statement name.
|