Class MappingUpdatedAction


  • public class MappingUpdatedAction
    extends java.lang.Object
    Called by shards in the cluster when their mapping was dynamically updated and it needs to be updated in the cluster state meta data (and broadcast to all members).
    • Field Detail

      • INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING

        public static final Setting<TimeValue> INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING
    • Method Detail

      • setClient

        public void setClient​(Client client)
      • updateMappingOnMaster

        public void updateMappingOnMaster​(Index index,
                                          java.lang.String type,
                                          Mapping mappingUpdate,
                                          TimeValue timeout)
        Update mappings synchronously on the master node, waiting for at most timeout. When this method returns successfully mappings have been applied to the master node and propagated to data nodes.