Package org.apache.ignite.configuration.validation
package org.apache.ignite.configuration.validation
Interfaces and classes for configuration validation.
-
ClassDescriptionSignifies that a
NamedConfigValueonly has elements with keys in lower camel case, for example 'v', 'value', 'valueOne' and 'valueOneAndTwo'.Configuration validation exception.Annotation to validate endpoint.Signifies that aNamedConfigValuecan't have elements with provided names.Signifies that this value can only be initialized and can't be changed afterwards.Signifies that currentStringconfiguration values can not be blank.Signifies that currentStringconfiguration values can only be equal to one of the listed values.Signifies that this value must be a power of two.Signifies that this value has lower limit (inclusive) and has upper limit (inclusive).ValidationContext<VIEWT>Validation context for the validators.Class that stores information about issues found during the configuration validation.Interface for all configuration validators.