Uses of Interface
org.apache.jackrabbit.oak.stats.MeterStats
Packages that use MeterStats
Package
Description
Oak plugins metric util.
-
Uses of MeterStats in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return MeterStatsModifier and TypeMethodDescription@NotNull MeterStats
SessionContext.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 MeterStatsModifier and TypeMethodDescriptionvoid
BiStatsConsumer.accept
(MeterStats meterStats, TimerStats timerStats, long c, long tTN) To consume stats for given operationvoid
TriStatsConsumer.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 MeterStatsModifier and TypeMethodDescriptionvoid
ModifyMetricUpdater.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) void
ModifyMetricUpdater.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 MeterStatsModifierConstructorDescriptionCreateMetricUpdater
(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 MeterStatsModifier and TypeMethodDescriptionMetricStatisticsProvider.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 -
Uses of MeterStats in org.apache.jackrabbit.oak.segment
Constructors in org.apache.jackrabbit.oak.segment with parameters of type MeterStatsModifierConstructorDescriptionCachingSegmentReader
(@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 MeterStatsModifier and TypeMethodDescriptionRoleStatisticsProvider.getMeter
(String name, StatsOptions options) -
Uses of MeterStats in org.apache.jackrabbit.oak.stats
Classes in org.apache.jackrabbit.oak.stats that implement MeterStatsMethods in org.apache.jackrabbit.oak.stats that return MeterStatsModifier and TypeMethodDescriptionDefaultStatisticsProvider.getMeter
(String name, StatsOptions options) StatisticManager.getMeter
(RepositoryStatistics.Type type) StatisticsProvider.getMeter
(String name, StatsOptions options)