| Package | Description |
|---|---|
| com.avaje.ebean.meta |
Meta data that can be retrieved for the EbeanServer.
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanStatistic> |
MetaBeanInfo.collectAllQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return all the statistics (include query plans that haven't had query executions).
|
List<MetaQueryPlanStatistic> |
MetaInfoManager.collectQueryPlanStatistics(boolean reset)
Collect and return the query plan statistics for all the beans.
|
List<MetaQueryPlanStatistic> |
MetaBeanInfo.collectQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return the non-empty statistics.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanStatistic> |
DefaultMetaInfoManager.collectQueryPlanStatistics(boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanStatistic> |
BeanDescriptor.collectAllQueryPlanStatistics(boolean reset) |
List<MetaQueryPlanStatistic> |
BeanDescriptor.collectQueryPlanStatistics(boolean reset) |
List<MetaQueryPlanStatistic> |
BeanDescriptor.collectQueryPlanStatisticsInternal(boolean reset,
boolean collectAll) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CQueryPlanStats.Snapshot
A snapshot of the current statistics for a query plan.
|
Copyright © 2014. All Rights Reserved.