Class DefaultMaxSpoutPendingTuner


  • public class DefaultMaxSpoutPendingTuner
    extends Object
    This is a class that helps to auto tune the max spout pending value
    • Constructor Detail

      • DefaultMaxSpoutPendingTuner

        public DefaultMaxSpoutPendingTuner​(float autoTuneFactor,
                                           double progressBound)
        Conv constructor when initing from a non-set initial value
      • DefaultMaxSpoutPendingTuner

        public DefaultMaxSpoutPendingTuner​(Long maxSpoutPending,
                                           float autoTuneFactor,
                                           double progressBound)
    • Method Detail

      • get

        public Long get()
      • autoTune

        public void autoTune​(Long progress)