Uses of Interface
io.ebean.meta.MetricVisitor
-
Packages that use MetricVisitor Package Description io.ebean.cache Server Cache Serviceio.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
-
Uses of MetricVisitor in io.ebean.cache
Methods in io.ebean.cache with parameters of type MetricVisitor Modifier and Type Method Description default void
ServerCache. visit(MetricVisitor visitor)
Visit the metrics for the cache.default void
ServerCacheFactory. visit(MetricVisitor visitor)
Visit the metrics for the cache.void
ServerCacheManager. visitMetrics(MetricVisitor visitor)
Visit the metrics for all the server caches. -
Uses of MetricVisitor in io.ebean.meta
Classes in io.ebean.meta that implement MetricVisitor Modifier and Type Class Description class
AbstractMetricVisitor
An abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.class
BasicMetricVisitor
A simple MetricVisitor that can collect the desired metrics into lists.Methods in io.ebean.meta with parameters of type MetricVisitor Modifier and Type Method Description void
MetaInfoManager. visitMetrics(MetricVisitor visitor)
Visit the metrics resetting and collecting/reporting as desired. -
Uses of MetricVisitor in io.ebean.metric
Methods in io.ebean.metric with parameters of type MetricVisitor Modifier and Type Method Description void
CountMetric. visit(MetricVisitor visitor)
Visit non empty metrics.void
QueryPlanMetric. visit(MetricVisitor visitor)
Visit the underlying metric.void
TimedMetric. visit(MetricVisitor visitor)
Visit non empty metrics.void
TimedMetricMap. visit(MetricVisitor visitor)
Visit the metric.
-