Class SystemIndexManager

java.lang.Object
org.elasticsearch.indices.SystemIndexManager
All Implemented Interfaces:
ClusterStateListener

public class SystemIndexManager
extends java.lang.Object
implements ClusterStateListener
This class ensures that all system indices have up-to-date mappings, provided those indices can be automatically managed. Only some system indices are managed internally to Elasticsearch - others are created and managed externally, e.g. Kibana indices.
  • Constructor Summary

    Constructors
    Constructor Description
    SystemIndexManager​(SystemIndices systemIndices, Client client)  
  • Method Summary

    Modifier and Type Method Description
    void clusterChanged​(ClusterChangedEvent event)
    Called when cluster state changes.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait