Uses of Interface
org.apache.jackrabbit.oak.stats.MeterStats
-
-
Uses of MeterStats in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return MeterStats Modifier and Type Method Description @NotNull MeterStatsSessionContext. getMeter(RepositoryStatistics.Type type) -
Uses of MeterStats in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type MeterStats 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 operationMethod parameters in org.apache.jackrabbit.oak.plugins.document.util with type arguments of type MeterStats Modifier and Type Method Description voidModifyMetricUpdater. update(Collection<? extends Document> collection, int retryCount, long timeTakenNanos, boolean isSuccess, boolean newEntry, List<String> ids, BiPredicate<Collection<? extends Document>,Integer> isNodesCollectionUpdated, BiStatsConsumer createBiStatsConsumer, BiStatsConsumer updateBiStatsConsumer, ObjIntConsumer<MeterStats> retryNodesConsumer, Consumer<MeterStats> failureNodesConsumer)voidModifyMetricUpdater. update(Collection<? extends Document> collection, int retryCount, long timeTakenNanos, boolean isSuccess, boolean newEntry, List<String> ids, BiPredicate<Collection<? extends Document>,Integer> isNodesCollectionUpdated, BiStatsConsumer createBiStatsConsumer, BiStatsConsumer updateBiStatsConsumer, ObjIntConsumer<MeterStats> retryNodesConsumer, Consumer<MeterStats> failureNodesConsumer)Constructors in org.apache.jackrabbit.oak.plugins.document.util with parameters of type MeterStats 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 MeterStats in org.apache.jackrabbit.oak.plugins.metric
Methods in org.apache.jackrabbit.oak.plugins.metric that return MeterStats Modifier and Type Method Description MeterStatsMetricStatisticsProvider. getMeter(String name, StatsOptions options) -
Uses of MeterStats in org.apache.jackrabbit.oak.plugins.metric.util
Methods in org.apache.jackrabbit.oak.plugins.metric.util that return types with arguments of type MeterStats Modifier and Type Method Description BiFunction<String,Map<String,String>,MeterStats>StatsProviderUtil. getMeterStats() -
Uses of MeterStats in org.apache.jackrabbit.oak.segment
Constructors in org.apache.jackrabbit.oak.segment with parameters of type MeterStats Constructor Description CachingSegmentReader(@NotNull Supplier<SegmentWriter> writer, @Nullable BlobStore blobStore, long stringCacheMB, long templateCacheMB, MeterStats readStats)Create a new instance based on the supplied arguments.SegmentNodeState(@NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore, @NotNull RecordId id, MeterStats readStats) -
Uses of MeterStats in org.apache.jackrabbit.oak.segment.spi.monitor
Methods in org.apache.jackrabbit.oak.segment.spi.monitor that return MeterStats Modifier and Type Method Description MeterStatsRoleStatisticsProvider. getMeter(String name, StatsOptions options) -
Uses of MeterStats in org.apache.jackrabbit.oak.stats
Classes in org.apache.jackrabbit.oak.stats that implement MeterStats Modifier and Type Class Description classNoopStatsclassSimpleStats<T>Methods in org.apache.jackrabbit.oak.stats that return MeterStats Modifier and Type Method Description MeterStatsDefaultStatisticsProvider. getMeter(String name, StatsOptions options)MeterStatsStatisticManager. getMeter(RepositoryStatistics.Type type)MeterStatsStatisticsProvider. getMeter(String name, StatsOptions options)
-