Package io.grpc.rls

Class AdaptiveThrottler.TimeBasedAccumulator.Slot

  • Enclosing class:
    AdaptiveThrottler.TimeBasedAccumulator

    private static final class AdaptiveThrottler.TimeBasedAccumulator.Slot
    extends java.lang.Object
    Holds the data for each slot (amount and end timestamp).
    • Constructor Summary

      Constructors 
      Constructor Description
      Slot​(long endNanos)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void increment()  
      • Methods inherited from class java.lang.Object

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

      • Slot

        Slot​(long endNanos)
    • Method Detail

      • increment

        void increment()