Package io.getunleash.strategy
Class GradualRolloutRandomStrategy
- java.lang.Object
-
- io.getunleash.strategy.GradualRolloutRandomStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPERCENTAGE
-
Constructor Summary
Constructors Modifier Constructor Description GradualRolloutRandomStrategy()protectedGradualRolloutRandomStrategy(long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisEnabled(Map<String,String> parameters)
-
-
-
Field Detail
-
PERCENTAGE
protected static final String PERCENTAGE
- See Also:
- Constant Field Values
-
-