| Package | Description |
|---|---|
| com.avaje.ebean.meta |
Meta data that can be retrieved for the EbeanServer.
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanOriginCount> |
MetaQueryPlanStatistic.getOrigins()
Return the 'origin' points and paths that resulted in the query being
executed and the associated number of times the query was executed via that
path.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanOriginCount> |
CQueryPlanStats.Snapshot.getOrigins() |
| Constructor and Description |
|---|
CQueryPlanStats.Snapshot(CQueryPlan queryPlan,
long count,
long totalTime,
long totalBeans,
long maxTime,
long startTime,
long lastQueryTime,
List<MetaQueryPlanOriginCount> origins) |
Copyright © 2014. All Rights Reserved.