Package | Description |
---|---|
com.espertech.esper.common.client.metric |
This package defines the Esper Client APIs for metrics reporting, and consists of the metrics reporting events
(enable via configuration).
|
com.espertech.esper.common.internal.metrics.stmtmetrics |
Services for metrics reporting, including global flag, repositories and threading.
|
Modifier and Type | Method and Description |
---|---|
StatementMetric |
EPMetricsStatement.getMetric()
Returns the metrics object
|
Constructor and Description |
---|
EPMetricsStatement(StatementMetric metric)
Ctor.
|
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.
|
Copyright © 2005–2023. All rights reserved.