Class DanglingIndicesState

java.lang.Object
org.elasticsearch.gateway.DanglingIndicesState
All Implemented Interfaces:
ClusterStateListener

public class DanglingIndicesState
extends java.lang.Object
implements ClusterStateListener
The dangling indices state is responsible for finding new dangling indices (indices that have their state written on disk, but don't exists in the metadata of the cluster), and importing them into the cluster.