Uses of Interface
org.apache.jackrabbit.oak.stats.TimerStats
-
Packages that use TimerStats Package Description org.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.plugins.document.util org.apache.jackrabbit.oak.plugins.metric org.apache.jackrabbit.oak.plugins.metric.util Oak plugins metric util.org.apache.jackrabbit.oak.segment.spi.monitor org.apache.jackrabbit.oak.stats -
-
Uses of TimerStats in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return TimerStats Modifier and Type Method Description @NotNull TimerStatsSessionContext. getTimer(RepositoryStatistics.Type type) -
Uses of TimerStats in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type TimerStats Modifier and Type Method Description voidBiStatsConsumer. accept(MeterStats meterStats, TimerStats timerStats, long c, long tTN)To consume stats for given operationvoidTriStatsConsumer. accept(MeterStats meterStats1, MeterStats meterStats2, TimerStats timerStats, List<String> ids, long tTN)To consume stats for given operationConstructors in org.apache.jackrabbit.oak.plugins.document.util with parameters of type TimerStats Constructor Description CreateMetricUpdater(MeterStats createNodeMeter, MeterStats createSplitNodeMeter, TimerStats createNodeTimer, MeterStats createJournal, TimerStats createJournalTimer)ModifyMetricUpdater(MeterStats createNodeUpsertMeter, TimerStats createNodeUpsertTimer, MeterStats updateNodeMeter, TimerStats updateNodeTimer, MeterStats updateNodeRetryCountMeter, MeterStats updateNodeFailureMeter)RemoveMetricUpdater(MeterStats removeNodes, TimerStats removeNodesTimer)UpsertMetricUpdater(MeterStats createNodeUpsertMeter, MeterStats createSplitNodeMeter, TimerStats createNodeUpsertTimer) -
Uses of TimerStats in org.apache.jackrabbit.oak.plugins.metric
Methods in org.apache.jackrabbit.oak.plugins.metric that return TimerStats Modifier and Type Method Description TimerStatsMetricStatisticsProvider. getTimer(String name, StatsOptions options) -
Uses of TimerStats in org.apache.jackrabbit.oak.plugins.metric.util
Methods in org.apache.jackrabbit.oak.plugins.metric.util that return types with arguments of type TimerStats Modifier and Type Method Description BiFunction<String,Map<String,String>,TimerStats>StatsProviderUtil. getTimerStats() -
Uses of TimerStats in org.apache.jackrabbit.oak.segment.spi.monitor
Methods in org.apache.jackrabbit.oak.segment.spi.monitor that return TimerStats Modifier and Type Method Description TimerStatsRoleStatisticsProvider. getTimer(String name, StatsOptions options) -
Uses of TimerStats in org.apache.jackrabbit.oak.stats
Classes in org.apache.jackrabbit.oak.stats that implement TimerStats Modifier and Type Class Description classNoopStatsclassSimpleStats<T>Methods in org.apache.jackrabbit.oak.stats that return TimerStats Modifier and Type Method Description TimerStatsDefaultStatisticsProvider. getTimer(String name, StatsOptions options)TimerStatsStatisticManager. getTimer(RepositoryStatistics.Type type)TimerStatsStatisticsProvider. getTimer(String name, StatsOptions options)
-