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 voidServerCache.visit(MetricVisitor visitor) Visit the metrics for the cache.default voidServerCacheFactory.visit(MetricVisitor visitor) Visit the metrics for the cache.voidTenantAwareCache.visit(MetricVisitor visitor) voidServerCacheManager.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 TypeClassDescriptionclassAn abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.classA simple MetricVisitor that can collect the desired metrics into lists.Methods in io.ebean.meta with parameters of type MetricVisitorModifier and TypeMethodDescriptionvoidMetaInfoManager.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 TypeMethodDescriptionvoidCountMetric.visit(MetricVisitor visitor) Visit non empty metrics.voidQueryPlanMetric.visit(MetricVisitor visitor) Visit the underlying metric.voidTimedMetric.visit(MetricVisitor visitor) Visit non empty metrics.voidTimedMetricMap.visit(MetricVisitor visitor) Visit the metric.