Interface | Description |
---|---|
Limit |
Contract for an algorithm that calculates a concurrency limit based on
rtt measurements
|
Limiter<ContextT> |
Contract for a concurrency limiter.
|
Limiter.Listener | |
LimiterRegistry<ContextT> |
Limiter lookup for integrations that support multiple Limiters, i.e. |
MetricRegistry |
Simple abstraction for tracking metrics in the limiters.
|
MetricRegistry.SampleListener |
Listener to receive samples for a distribution
|
Strategy<ContextT> |
Contract for enforcing a concurrency limit with optional partitioning
of the limit.
|
Strategy.Token |
Representation of a single acquired Token from the strategy.
|
Class | Description |
---|---|
MetricIds |
Common metric ids
|