| Package | Description |
|---|---|
| com.atlassian.confluence.impl.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SqlMetricsAggregator |
SqlMetricCollector.endCapturing()
End the default capturing session and return the
SqlMetricsAggregator
To get the metrics without ending capturing, see SqlMetricCollector.getCaptured() |
SqlMetricsAggregator |
SqlMetricCollector.endCapturingFor(String key)
End capturing sql queries for a named key and return the
SqlMetricsAggregator
To get the metrics without ending capturing, see SqlMetricCollector.getCapturedFor(String) |
SqlMetricsAggregator |
SqlMetricCollector.getCaptured()
Get the
SqlMetricsAggregator for default key without ending capturing |
SqlMetricsAggregator |
SqlMetricCollector.getCapturedFor(String key)
Get the
SqlMetricsAggregator for a named key without stopping metrics collection |
Copyright © 2003–2017 Atlassian. All rights reserved.