Class RemoveMetricUpdater

    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveMetricUpdater​(org.apache.jackrabbit.oak.stats.MeterStats removeNodes, org.apache.jackrabbit.oak.stats.TimerStats removeNodesTimer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(Collection<? extends Document> collection, int removeCount, long timeTakenNanos, java.util.function.BiPredicate<Collection<? extends Document>,​java.lang.Integer> isNodesCollectionUpdated, BiStatsConsumer removeBiStatsConsumer)  
      • Methods inherited from class java.lang.Object

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

      • RemoveMetricUpdater

        public RemoveMetricUpdater​(org.apache.jackrabbit.oak.stats.MeterStats removeNodes,
                                   org.apache.jackrabbit.oak.stats.TimerStats removeNodesTimer)
    • Method Detail

      • update

        public void update​(Collection<? extends Document> collection,
                           int removeCount,
                           long timeTakenNanos,
                           java.util.function.BiPredicate<Collection<? extends Document>,​java.lang.Integer> isNodesCollectionUpdated,
                           BiStatsConsumer removeBiStatsConsumer)