Package org.apache.storm.utils
Class DefaultMaxSpoutPendingTuner
- java.lang.Object
-
- org.apache.storm.utils.DefaultMaxSpoutPendingTuner
-
public class DefaultMaxSpoutPendingTuner extends Object
This is a class that helps to auto tune the max spout pending value
-
-
Constructor Summary
Constructors Constructor Description DefaultMaxSpoutPendingTuner(float autoTuneFactor, double progressBound)
Conv constructor when initing from a non-set initial valueDefaultMaxSpoutPendingTuner(Long maxSpoutPending, float autoTuneFactor, double progressBound)
-
-
-
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)
-
-