public interface MetaInfoManager
| Modifier and Type | Method and Description |
|---|---|
List<MetaObjectGraphNodeStats> |
collectNodeStatistics(boolean reset)
Collect and return the ObjectGraphNode statistics.
|
List<MetaQueryPlanStatistic> |
collectQueryPlanStatistics(boolean reset)
Collect and return the query plan statistics for all the beans.
|
MetaBeanInfo |
getMetaBeanInfo(Class<?> beanClass)
Return the MetaBeanInfo for a bean type.
|
List<MetaBeanInfo> |
getMetaBeanInfoList()
Return all the MetaBeanInfo.
|
MetaBeanInfo getMetaBeanInfo(Class<?> beanClass)
List<MetaBeanInfo> getMetaBeanInfoList()
List<MetaQueryPlanStatistic> collectQueryPlanStatistics(boolean reset)
Note that this excludes the query plan statistics where there has been no executions (since the last collection with reset).
List<MetaObjectGraphNodeStats> collectNodeStatistics(boolean reset)
These show query executions based on an origin point and relative path. This is used to look at the amount of lazy loading occurring for a given query origin point and highlight potential for tuning a query.
reset - Set to true to reset the underlying statistics after collection.Copyright © 2016. All rights reserved.