Package | Description |
---|---|
com.espertech.esper.common.client.configuration.runtime |
Configuration classes for the runtime section, which is only relevant to the runtime
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationRuntimeMetricsReporting.StmtGroupMetrics> |
ConfigurationRuntimeMetricsReporting.getStatementGroups()
Returns a map of statement group and metrics configuration for the statement group.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRuntimeMetricsReporting.addStmtGroup(java.lang.String name,
ConfigurationRuntimeMetricsReporting.StmtGroupMetrics config)
Add a statement group, allowing control of metrics reporting interval per statement or
per multiple statements.
|