Uses of Interface
org.apache.jackrabbit.oak.stats.GaugeStats
-
Packages that use GaugeStats Package Description org.apache.jackrabbit.oak.plugins.metric org.apache.jackrabbit.oak.segment.spi.monitor org.apache.jackrabbit.oak.stats -
-
Uses of GaugeStats in org.apache.jackrabbit.oak.plugins.metric
Classes in org.apache.jackrabbit.oak.plugins.metric that implement GaugeStats Modifier and Type Class Description classGaugeImpl<T>Methods in org.apache.jackrabbit.oak.plugins.metric that return GaugeStats Modifier and Type Method Description <T> GaugeStats<T>MetricStatisticsProvider. getGauge(String name, Supplier<T> supplier) -
Uses of GaugeStats in org.apache.jackrabbit.oak.segment.spi.monitor
Methods in org.apache.jackrabbit.oak.segment.spi.monitor that return GaugeStats Modifier and Type Method Description <T> GaugeStats<T>RoleStatisticsProvider. getGauge(String name, Supplier<T> supplier) -
Uses of GaugeStats in org.apache.jackrabbit.oak.stats
Classes in org.apache.jackrabbit.oak.stats that implement GaugeStats Modifier and Type Class Description classSimpleStats<T>Methods in org.apache.jackrabbit.oak.stats that return GaugeStats Modifier and Type Method Description <T> GaugeStats<T>DefaultStatisticsProvider. getGauge(String name, Supplier<T> supplier)<T> GaugeStats<T>StatisticsProvider. getGauge(String name, Supplier<T> supplier)Creates a newGaugeStatsand registers it under the given name.
-