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 RangeValidator
RangeValidator. atLeast(java.lang.Number min)
A numeric range that checks the lower bound.static RangeValidator
RangeValidator. atMost(java.lang.Number max)
A numeric range that checks the upper bound.static RangeValidator
RangeValidator. between(java.lang.Number min, java.lang.Number max)
A numeric range that checks both lower and upper bounds.
-