| Interface | Description |
|---|---|
| MetaInfoManager |
Provides access to the meta data in EbeanServer such as query execution statistics.
|
| MetaOrmQueryMetric |
Query execution statistics for Orm queries.
|
| MetaOrmQueryNode |
Statistics for query execution based on object graph origin and paths.
|
| MetaOrmQueryOrigin |
Holds a query 'origin' point and count for the number of queries executed for
this 'origin'.
|
| MetaQueryMetric |
Query execution metrics.
|
| MetaQueryPlan | |
| MetaTimedMetric |
Timed execution statistics.
|
| MetricVisitor |
Defines visitor to read and report the transaction and query metrics.
|
| Class | Description |
|---|---|
| AbstractMetricVisitor |
An abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.
|
| BasicMetricVisitor |
A simple MetricVisitor that can collect the desired metrics into lists.
|
| QueryPlanRequest |
Request used to capture query plans.
|
| Enum | Description |
|---|---|
| MetricType |
The type of Metric.
|
Copyright © 2019. All rights reserved.