| Package | Description |
|---|---|
| org.apache.bookkeeper.common.conf.validators |
A collection of validators that validate configuration settings.
|
| Modifier and Type | Method and 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.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.