Uses of Class
io.grpc.rls.AdaptiveThrottler.TimeBasedAccumulator.Slot
-
Packages that use AdaptiveThrottler.TimeBasedAccumulator.Slot Package Description io.grpc.rls -
-
Uses of AdaptiveThrottler.TimeBasedAccumulator.Slot in io.grpc.rls
Fields in io.grpc.rls with type parameters of type AdaptiveThrottler.TimeBasedAccumulator.Slot Modifier and Type Field Description (package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<AdaptiveThrottler.TimeBasedAccumulator.Slot>
AdaptiveThrottler.TimeBasedAccumulator.Slot. ATOMIC_COUNT
private java.util.concurrent.atomic.AtomicReferenceArray<AdaptiveThrottler.TimeBasedAccumulator.Slot>
AdaptiveThrottler.TimeBasedAccumulator. slots
The array of slots.Methods in io.grpc.rls that return AdaptiveThrottler.TimeBasedAccumulator.Slot Modifier and Type Method Description private AdaptiveThrottler.TimeBasedAccumulator.Slot
AdaptiveThrottler.TimeBasedAccumulator. getSlot(long now)
Gets the current slot.
-