Module org.elasticsearch.server
Package org.elasticsearch.action.bulk
package org.elasticsearch.action.bulk
-
ClassDescriptionRepresents a single item response for an action executed as part of the bulk API.Represents a failure.A bulk processor is a thread safe bulk processing class, allowing to easily set when to "flush" a new bulk request (either based on number of actions, based on the size, or time), and to easily control the number of concurrent bulk requests allowed to be executed in parallel.A builder used to create a build an instance of a bulk processor.A listener for the execution.A bulk processor is a thread safe bulk processing class, allowing to easily set when to "flush" a new bulk request (either based on number of actions, based on the size, or time), and to easily control the number of concurrent bulk requests allowed to be executed in parallel.A builder used to create a build an instance of a bulk processor.A listener for the execution.A bulk request holds an ordered
IndexRequest
s,DeleteRequest
s andUpdateRequest
s and allows to execute it in a single batch.A bulk request holds an orderedIndexRequest
s andDeleteRequest
s and allows to executes it in a single batch.Implements the low-level details of bulk request handlingHelper to parse bulk requests.A response of a bulk execution.Transforms an indexing request using error information into a new index request to be stored in a data stream's failure store.A class containing APM metrics for failure stores.Captures the role of the failure store in this document response.Exception wrapper class that adds the failure store status in the XContent response.Encapsulates synchronous and asynchronous retry logic.This extends BulkRequest with support for providing substitute pipeline definitions, component template definitions, and index template substitutions.This is an abstract base class for bulk actions.Groups bulk request items by shard, optionally creating non-existent indices and delegates toTransportShardBulkAction
for shard-level bulk executionPerforms shard-level bulk (index, delete or update) operationsThis action simulates bulk indexing data.TransportSingleItemBulkWriteAction<Request extends ReplicatedWriteRequest<Request>,Response extends ReplicationResponse & WriteResponse> Deprecated.