Uses of Class
org.apache.accumulo.core.util.Validator
-
Packages that use Validator Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.util -
-
Uses of Validator in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl declared as Validator Modifier and Type Field Description static Validator<String>Namespaces. NOT_ACCUMULOstatic Validator<String>Namespaces. NOT_DEFAULTstatic Validator<String>Namespaces. VALID_NAME -
Uses of Validator in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util that return Validator Modifier and Type Method Description Validator<T>Validator. and(Validator<T> other)Creates a new validator that is the conjunction of this one and the given one.Validator<T>Validator. not()Creates a new validator that is the negation of this one.Validator<T>Validator. or(Validator<T> other)Creates a new validator that is the disjunction of this one and the given one.Methods in org.apache.accumulo.core.util with parameters of type Validator Modifier and Type Method Description Validator<T>Validator. and(Validator<T> other)Creates a new validator that is the conjunction of this one and the given one.Validator<T>Validator. or(Validator<T> other)Creates a new validator that is the disjunction of this one and the given one.
-