Package org.apache.ignite.configuration
package org.apache.ignite.configuration
Basic classes and interfaces for describing and handling configuration trees.
-
ClassDescriptionConfiguration change exception.Patcher for the configuration.This exception is used if an attempt was made to get/update a configuration value in listen-only mode.A module of configuration provided by a JAR file (or, in its source form, by a Maven/Gradle/...This exception is thrown when an operation attempts to create a node with a key that already exists.This exception is thrown when an operation attempts to access a node with a key that no longer exists.The base class for exceptions that can be thrown during modification of
NamedListChange.This exception is thrown when an operation attempts to modify a node with a key that was removed.ConfigurationProperty<VIEWT>Base interface for configuration.This exception is used if an attempt was made to update a configuration value in read-only mode.ConfigurationTree<VIEWT,CHANGET> Configuration tree with configuration values and other configuration trees as child nodes.ConfigurationValue<VIEWT>Configuration value.Thrown when the wrong (unknown) type of polymorphic configuration is used.Determines if key should be ignored while processing configuration.Configuration tree representing arbitrary set of named underlying configuration tree of the same type.NamedListChange<VIEWT,CHANGET extends VIEWT> Closure parameter forConfigurationTree.change(Consumer)method.NamedListView<VIEWT>View type for aNamedConfigurationTree.Marker interface for*Nodeclasses whose schemas are marked with annotationPolymorphicConfigInstance, this will allow at the compilation stage to distinguish an instance of a polymorphic configuration from the polymorphic configuration itself.Configuration root selector.Interface that represent a "change" for the conjunction of all roots in the configuration.