Uses of Interface
io.ebean.meta.MetricVisitor
Packages that use MetricVisitor
Package
Description
Server Cache Service
Meta data that can be retrieved for a Database instance.
-
Uses of MetricVisitor in io.ebean.cache
Methods in io.ebean.cache with parameters of type MetricVisitorModifier and TypeMethodDescriptiondefault void
ServerCache.visit
(MetricVisitor visitor) Visit the metrics for the cache.default void
ServerCacheFactory.visit
(MetricVisitor visitor) Visit the metrics for the cache.void
TenantAwareCache.visit
(MetricVisitor visitor) 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 MetricVisitorModifier and TypeClassDescriptionclass
An abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.class
A simple MetricVisitor that can collect the desired metrics into lists.Methods in io.ebean.meta with parameters of type MetricVisitorModifier and TypeMethodDescriptionvoid
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 MetricVisitorModifier and TypeMethodDescriptionvoid
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.