Class LogIndexLagBackoff

java.lang.Object
org.apache.pulsar.broker.transaction.util.LogIndexLagBackoff

public class LogIndexLagBackoff extends Object
  • Constructor Details

    • LogIndexLagBackoff

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

    • next

      public long next(int indexCount)