Uses of Class
org.apache.bookkeeper.common.conf.validators.RangeValidator
-
Packages that use RangeValidator Package Description org.apache.bookkeeper.common.conf.validators A collection of validators that validate configuration settings. -
-
Uses of RangeValidator in org.apache.bookkeeper.common.conf.validators
Methods in org.apache.bookkeeper.common.conf.validators that return RangeValidator Modifier and Type Method Description static RangeValidatorRangeValidator. atLeast(java.lang.Number min)A numeric range that checks the lower bound.static RangeValidatorRangeValidator. atMost(java.lang.Number max)A numeric range that checks the upper bound.static RangeValidatorRangeValidator. between(java.lang.Number min, java.lang.Number max)A numeric range that checks both lower and upper bounds.
-