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 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 MeterStats Modifier and Type Method Description void
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 MeterStats Modifier and Type Method Description 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)
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 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 MeterStats
MetricStatisticsProvider. 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 MeterStats
RoleStatisticsProvider. 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 class
NoopStats
class
SimpleStats
Methods in org.apache.jackrabbit.oak.stats that return MeterStats Modifier and Type Method Description MeterStats
DefaultStatisticsProvider. getMeter(String name, StatsOptions options)
MeterStats
StatisticManager. getMeter(RepositoryStatistics.Type type)
MeterStats
StatisticsProvider. getMeter(String name, StatsOptions options)
-