Uses of Interface
io.ebean.meta.MetaQueryMetric
Packages that use MetaQueryMetric
Package
Description
Meta data that can be retrieved for a Database instance.
-
Uses of MetaQueryMetric in io.ebean.meta
Methods in io.ebean.meta that return types with arguments of type MetaQueryMetricModifier and TypeMethodDescriptionBasicMetricVisitor.queryMetrics()ServerMetrics.queryMetrics()Return the query metrics.Methods in io.ebean.meta with parameters of type MetaQueryMetricModifier and TypeMethodDescriptionvoidBasicMetricVisitor.visitQuery(MetaQueryMetric metric) voidMetricVisitor.visitQuery(MetaQueryMetric metric) Visit DTO and SQL query metrics. -
Uses of MetaQueryMetric in io.ebean.metric
Methods in io.ebean.metric that return types with arguments of type MetaQueryMetricModifier and TypeMethodDescriptionQueryPlanCollector.complete()Return all the collected query plan statistics.Methods in io.ebean.metric with parameters of type MetaQueryMetricModifier and TypeMethodDescriptionvoidQueryPlanCollector.add(MetaQueryMetric stats) Add the query plan statistic.