Class LedgerFragmentReplicator.Throttler

    • Constructor Summary

      Constructors 
      Constructor Description
      Throttler​(int throttleBytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void acquire​(int permits)  
      (package private) double getRate()  
      (package private) void resetRate​(int throttleBytes)  
      • Methods inherited from class java.lang.Object

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

      • Throttler

        Throttler​(int throttleBytes)
    • Method Detail

      • resetRate

        void resetRate​(int throttleBytes)
      • getRate

        double getRate()
      • acquire

        void acquire​(int permits)