Uses of Enum Class
io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
Packages that use RateLimitingAlgorithmType
Package
Description
Concurrency limits API and default implementations.
-
Uses of RateLimitingAlgorithmType in io.helidon.common.concurrency.limits
Methods in io.helidon.common.concurrency.limits that return RateLimitingAlgorithmTypeModifier and TypeMethodDescriptionThroughputLimitConfig.BuilderBase.rateLimitingAlgorithm()The rate limiting algorithm to apply.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl.rateLimitingAlgorithm()ThroughputLimitConfig.rateLimitingAlgorithm()The rate limiting algorithm to apply.static RateLimitingAlgorithmTypeReturns the enum constant of this class with the specified name.static RateLimitingAlgorithmType[]RateLimitingAlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common.concurrency.limits with parameters of type RateLimitingAlgorithmTypeModifier and TypeMethodDescriptionThroughputLimitConfig.BuilderBase.rateLimitingAlgorithm(RateLimitingAlgorithmType rateLimitingAlgorithm) The rate limiting algorithm to apply.