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 TriStatsConsumer
StatsCollectorUtil. getCreateStatsConsumer()
Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type TriStatsConsumer Modifier and Type Method Description void
CreateMetricUpdater. update(Collection<? extends Document> collection, long timeTakenNanos, java.util.List<java.lang.String> ids, boolean insertSuccess, java.util.function.BiPredicate<Collection<? extends Document>,java.lang.Integer> isNodesCollectionUpdated, TriStatsConsumer triStatsConsumer, java.util.function.Predicate<Collection<? extends Document>> isJournalCollection, BiStatsConsumer journalBiStatsConsumer)
void
UpsertMetricUpdater. update(Collection<? extends Document> collection, long timeTakenNanos, java.util.List<java.lang.String> ids, java.util.function.BiPredicate<Collection<? extends Document>,java.lang.Integer> isNodesCollectionUpdated, TriStatsConsumer upsertStatsConsumer)
-