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 voidServerCache. visit(MetricVisitor visitor)Visit the metrics for the cache.default voidServerCacheFactory. visit(MetricVisitor visitor)Visit the metrics for the cache.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 MetricVisitor Modifier and Type Class Description classAbstractMetricVisitorAn abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.classBasicMetricVisitorA 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 voidMetaInfoManager. 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 voidCountMetric. 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.
-