Class Recommender


  • public class Recommender
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Recommender​(float targetPollerUtilRate, int upperValue, int lowerValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLowerValue()  
      int getUpperValue()  
      int recommend​(int currentPollers, float pollerUtilizationRate)  
      • Methods inherited from class java.lang.Object

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

      • Recommender

        public Recommender​(float targetPollerUtilRate,
                           int upperValue,
                           int lowerValue)
    • Method Detail

      • recommend

        public int recommend​(int currentPollers,
                             float pollerUtilizationRate)
      • getUpperValue

        public int getUpperValue()
      • getLowerValue

        public int getLowerValue()