Class AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
java.lang.Object
io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<AimdLimit>
,AimdLimitConfig
,Supplier<AimdLimit>
- Enclosing class:
AimdLimitConfig.BuilderBase<BUILDER extends AimdLimitConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AimdLimitConfig>
protected static class AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
extends Object
implements AimdLimitConfig, Supplier<AimdLimit>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.common.concurrency.limits.AimdLimitConfig
AimdLimitConfig.Builder, AimdLimitConfig.BuilderBase<BUILDER extends AimdLimitConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AimdLimitConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
AimdLimitConfigImpl
(AimdLimitConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
AimdLimitConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<AimdLimit>
- Returns:
- new configured runtime instance
-
get
-
backoffRatio
public double backoffRatio() -
initialLimit
public int initialLimit() -
maxLimit
public int maxLimit() -
minLimit
public int minLimit() -
timeout
-
clock
-
name
-
toString
-
equals
-
hashCode
public int hashCode()
-