Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationMetricsReporting.StmtGroupMetrics> |
ConfigurationMetricsReporting.getStatementGroups()
Returns a map of statement group and metrics configuration for the statement group.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationMetricsReporting.addStmtGroup(java.lang.String name,
ConfigurationMetricsReporting.StmtGroupMetrics config)
Add a statement group, allowing control of metrics reporting interval per statement or
per multiple statements.
|