Class MappingUpdatedAction

java.lang.Object
org.elasticsearch.cluster.action.index.MappingUpdatedAction

public class MappingUpdatedAction extends 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 Details

    • INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING

      public static final Setting<TimeValue> INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING
    • INDICES_MAX_IN_FLIGHT_UPDATES_SETTING

      public static final Setting<Integer> INDICES_MAX_IN_FLIGHT_UPDATES_SETTING
  • Constructor Details

  • Method Details