Uses of Class
io.grpc.rls.AdaptiveThrottler.TimeBasedAccumulator.Slot
Packages that use AdaptiveThrottler.TimeBasedAccumulator.Slot
-
Uses of AdaptiveThrottler.TimeBasedAccumulator.Slot in io.grpc.rls
Fields in io.grpc.rls with type parameters of type AdaptiveThrottler.TimeBasedAccumulator.SlotModifier and TypeFieldDescription(package private) static final AtomicLongFieldUpdater
<AdaptiveThrottler.TimeBasedAccumulator.Slot> AdaptiveThrottler.TimeBasedAccumulator.Slot.ATOMIC_COUNT
private final AtomicReferenceArray
<AdaptiveThrottler.TimeBasedAccumulator.Slot> AdaptiveThrottler.TimeBasedAccumulator.slots
The array of slots.Methods in io.grpc.rls that return AdaptiveThrottler.TimeBasedAccumulator.SlotModifier and TypeMethodDescriptionAdaptiveThrottler.TimeBasedAccumulator.getSlot
(long now) Gets the current slot.