public interface MetaBeanInfo
Modifier and Type | Method and Description |
---|---|
List<MetaQueryPlanStatistic> |
collectAllQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return all the statistics (include query plans that haven't had query executions).
|
List<MetaQueryPlanStatistic> |
collectQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return the non-empty statistics.
|
List<MetaQueryPlanStatistic> collectQueryPlanStatistics(boolean reset)
List<MetaQueryPlanStatistic> collectAllQueryPlanStatistics(boolean reset)
Copyright © 2017. All rights reserved.