Class | Description |
---|---|
LookupPartitionStrategy<T> |
Strategy for partitioning the limiter by named groups where the allocation of
group to percentage is provided up front.
|
LookupPartitionStrategy.Builder<T> | |
PredicatePartitionStrategy<T> |
Concurrency limiter that guarantees a certain percentage of the limit to specific callers
while allowing callers to borrow from underutilized callers.
|
PredicatePartitionStrategy.Builder<T> | |
SimpleStrategy<T> |
Simplest strategy for enforcing a concurrency limit that has a single counter
for tracking total usage.
|