Uses of Interface
org.apache.jackrabbit.oak.plugins.document.util.TriStatsConsumer
-
Packages that use TriStatsConsumer Package Description org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of TriStatsConsumer in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util that return TriStatsConsumer Modifier and Type Method Description static TriStatsConsumerStatsCollectorUtil. getCreateStatsConsumer()Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type TriStatsConsumer 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)voidUpsertMetricUpdater. update(Collection<? extends Document> collection, long timeTakenNanos, List<String> ids, BiPredicate<Collection<? extends Document>,Integer> isNodesCollectionUpdated, TriStatsConsumer upsertStatsConsumer)
-