Interface | Description |
---|---|
TokenBucket.TokenStrategy | |
TrafficController |
A mechanism for controlling or managing congestion of some resource (usually
bandwidth).
|
TrafficStats | |
WaitStrategy |
Strategy to force a thread to wait for a fixed amount of time.
|
Class | Description |
---|---|
ConstantRateTokenStrategy | |
MutableTrafficStats |
A thread-safe, updateable version of TrafficStats.
|
NoOpTrafficStats | |
RetryBackoffWaitStrategy |
Uses exponential backoff to wait up to the specified timeout.
|
TokenBucket |
A Traffic-shaping CongestionControl mechanism using the "Token Bucket" algorithm.
|
TrafficShaping |
Utility class for generating Traffic shapers.
|