The java org.elasticsearch.common.settings.ImmutableSettings class is a utility class in the Elasticsearch library that provides a way to create and manage immutable settings. Immutable settings are commonly used to configure various aspects of Elasticsearch, such as cluster settings, index settings, and node settings. This class allows the creation of settings objects that cannot be modified once created, ensuring that the settings remain consistent throughout the application's lifecycle. It also provides methods to retrieve and modify specific settings within an immutable settings object.
Java ImmutableSettings - 30 examples found. These are the top rated real world Java examples of org.elasticsearch.common.settings.ImmutableSettings extracted from open source projects. You can rate examples to help us improve the quality of examples.