Class UpsertMetricUpdater

    • Constructor Summary

      Constructors 
      Constructor Description
      UpsertMetricUpdater​(org.apache.jackrabbit.oak.stats.MeterStats createNodeUpsertMeter, org.apache.jackrabbit.oak.stats.MeterStats createSplitNodeMeter, org.apache.jackrabbit.oak.stats.TimerStats createNodeUpsertTimer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpsertMetricUpdater

        public UpsertMetricUpdater​(org.apache.jackrabbit.oak.stats.MeterStats createNodeUpsertMeter,
                                   org.apache.jackrabbit.oak.stats.MeterStats createSplitNodeMeter,
                                   org.apache.jackrabbit.oak.stats.TimerStats createNodeUpsertTimer)
    • Method Detail

      • update

        public void 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)