Uses of Interface
org.elasticsearch.action.bulk.MappingUpdatePerformer
-
Packages that use MappingUpdatePerformer Package Description org.elasticsearch.action.bulk -
-
Uses of MappingUpdatePerformer in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type MappingUpdatePerformer Modifier and Type Method Description static voidTransportShardBulkAction. performOnPrimary(BulkShardRequest request, IndexShard primary, UpdateHelper updateHelper, LongSupplier nowInMillisSupplier, MappingUpdatePerformer mappingUpdater, Consumer<ActionListener<Void>> waitForMappingUpdate, ActionListener<TransportReplicationAction.PrimaryResult<BulkShardRequest,BulkShardResponse>> listener, ThreadPool threadPool)
-