Class ModifyMetricUpdater

    • Method Detail

      • update

        public void update​(Collection<? extends Document> collection,
                           int retryCount,
                           long timeTakenNanos,
                           boolean isSuccess,
                           boolean newEntry,
                           java.util.List<java.lang.String> ids,
                           java.util.function.BiPredicate<Collection<? extends Document>,​java.lang.Integer> isNodesCollectionUpdated,
                           BiStatsConsumer createBiStatsConsumer,
                           BiStatsConsumer updateBiStatsConsumer,
                           java.util.function.ObjIntConsumer<MeterStats> retryNodesConsumer,
                           java.util.function.Consumer<MeterStats> failureNodesConsumer)