Package com.indeed.proctor.common
Class UnitlessAllocationRangeSelector
- java.lang.Object
-
- com.indeed.proctor.common.TestRangeSelector
-
- com.indeed.proctor.common.UnitlessAllocationRangeSelector
-
public class UnitlessAllocationRangeSelector extends TestRangeSelector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMatchingAllocation(java.util.function.Function<java.lang.String,java.lang.Boolean> evaluator, java.lang.String identifier)-
Methods inherited from class com.indeed.proctor.common.TestRangeSelector
findMatchingRule, findMatchingRuleWithValueExpr, getBucketRange, getRules, getTestBucket, getTestDefinition, getTestName, printTestBuckets
-
-
-
-
Method Detail
-
getMatchingAllocation
protected int getMatchingAllocation(java.util.function.Function<java.lang.String,java.lang.Boolean> evaluator, @Nullable java.lang.String identifier)- Overrides:
getMatchingAllocationin classTestRangeSelector
-
-