Class LogIndexLagBackoff


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

      Constructors 
      Constructor Description
      LogIndexLagBackoff​(long minLag, long maxLag, double exponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long next​(int indexCount)  
      • Methods inherited from class java.lang.Object

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

      • LogIndexLagBackoff

        public LogIndexLagBackoff​(long minLag,
                                  long maxLag,
                                  double exponent)
    • Method Detail

      • next

        public long next​(int indexCount)