Uses of Interface
org.apache.jackrabbit.oak.plugins.document.util.BiStatsConsumer
-
Packages that use BiStatsConsumer Package Description org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of BiStatsConsumer in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util that return BiStatsConsumer Modifier and Type Method Description static BiStatsConsumerStatsCollectorUtil. getJournalStatsConsumer()static BiStatsConsumerStatsCollectorUtil. getStatsConsumer()Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type BiStatsConsumer Modifier and Type Method Description voidCreateMetricUpdater. update(Collection<? extends Document> collection, long timeTakenNanos, List<String> ids, boolean insertSuccess, BiPredicate<Collection<? extends Document>,Integer> isNodesCollectionUpdated, TriStatsConsumer triStatsConsumer, Predicate<Collection<? extends Document>> isJournalCollection, BiStatsConsumer journalBiStatsConsumer)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)voidRemoveMetricUpdater. update(Collection<? extends Document> collection, int removeCount, long timeTakenNanos, BiPredicate<Collection<? extends Document>,Integer> isNodesCollectionUpdated, BiStatsConsumer removeBiStatsConsumer)
-