Interface MappingUpdatePerformer


  • public interface MappingUpdatePerformer
    • Method Summary

      Modifier and Type Method Description
      void updateMappings​(Mapping update, ShardId shardId, java.lang.String type, ActionListener<java.lang.Void> listener)
      Update the mappings on the master.
    • Method Detail

      • updateMappings

        void updateMappings​(Mapping update,
                            ShardId shardId,
                            java.lang.String type,
                            ActionListener<java.lang.Void> listener)
        Update the mappings on the master.