public interface QueryPlanCollector
Object used to collect query plan metrics.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(MetaQueryMetric stats) Add the query plan statistic.complete()Return all the collected query plan statistics.booleanisReset()Return true if the statistics should be reset.
-
Method Details
-
isReset
boolean isReset()Return true if the statistics should be reset. -
add
Add the query plan statistic. -
complete
List<MetaQueryMetric> complete()Return all the collected query plan statistics.
-