Uses of Class
org.elasticsearch.action.update.UpdateHelper
-
Packages that use UpdateHelper Package Description org.elasticsearch.action.bulk org.elasticsearch.action.update -
-
Uses of UpdateHelper in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type UpdateHelper 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)Constructors in org.elasticsearch.action.bulk with parameters of type UpdateHelper Constructor Description TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of UpdateHelper in org.elasticsearch.action.update
Constructors in org.elasticsearch.action.update with parameters of type UpdateHelper Constructor Description TransportUpdateAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, AutoCreateIndex autoCreateIndex, NodeClient client)
-