Class SystemIndices.Feature

java.lang.Object
org.elasticsearch.indices.SystemIndices.Feature
Enclosing class:
SystemIndices

public static class SystemIndices.Feature extends Object
Describes an Elasticsearch system feature that keeps state in protected indices and data streams.

This is an internal class that closely follows the model of SystemIndexPlugin. See that class’s documents for high-level details about what constitutes a system feature.

This class has a static cleanUpFeature(Collection, Collection, String, ClusterService, Client, ActionListener) method that is the default implementation for resetting feature state.