Package | Description |
---|---|
com.espertech.esper.epl.metric |
Services for metrics reporting, including global flag, repositories and threading.
|
Modifier and Type | Method and Description |
---|---|
StatementMetric[] |
StatementMetricArray.flushMetrics()
Flushes the existing metrics via array copy and swap.
|
StatementMetric |
StatementMetricArray.getAddMetric(int index)
Returns an existing or creates a new statement metric for the index.
|
StatementMetric[] |
StatementMetricRepository.reportGroup(int group)
Report for a given statement group.
|