Uses of Interface
io.ebean.meta.MetaQueryMetric
-
Packages that use MetaQueryMetric Package Description io.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
-
Uses of MetaQueryMetric in io.ebean.meta
Methods in io.ebean.meta that return types with arguments of type MetaQueryMetric Modifier and Type Method Description List<MetaQueryMetric>
BasicMetricVisitor. getQueryMetrics()
List<MetaQueryMetric>
ServerMetrics. getQueryMetrics()
Return the query metrics.Methods in io.ebean.meta with parameters of type MetaQueryMetric Modifier and Type Method Description void
BasicMetricVisitor. visitQuery(MetaQueryMetric metric)
void
MetricVisitor. 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 MetaQueryMetric Modifier and Type Method Description List<MetaQueryMetric>
QueryPlanCollector. complete()
Return all the collected query plan statistics.Methods in io.ebean.metric with parameters of type MetaQueryMetric Modifier and Type Method Description void
QueryPlanCollector. add(MetaQueryMetric stats)
Add the query plan statistic.
-