Uses of Package
org.elasticsearch.action.bulk
-
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.action.bulk Class Description BackoffPolicy Provides a backoff policy for bulk requests.BulkAction BulkItemRequest BulkItemResponse Represents a single item response for an action executed as part of the bulk API.BulkItemResponse.Failure Represents a failure.BulkRequest A bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch.BulkRequestBuilder A bulk request holds an orderedIndexRequests andDeleteRequests and allows to executes it in a single batch.BulkResponse A response of a bulk execution.BulkShardRequest BulkShardResponse MappingUpdatePerformer TransportBulkAction Groups bulk request items by shard, optionally creating non-existent indices and delegates toTransportShardBulkActionfor shard-level bulk executionTransportShardBulkAction Performs shard-level bulk (index, delete or update) operations -
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.action.delete Class Description TransportBulkAction Groups bulk request items by shard, optionally creating non-existent indices and delegates toTransportShardBulkActionfor shard-level bulk executionTransportSingleItemBulkWriteAction Deprecated. -
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.action.index Class Description TransportBulkAction Groups bulk request items by shard, optionally creating non-existent indices and delegates toTransportShardBulkActionfor shard-level bulk executionTransportSingleItemBulkWriteAction Deprecated. -
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.client Class Description BulkRequest A bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch.BulkRequestBuilder A bulk request holds an orderedIndexRequests andDeleteRequests and allows to executes it in a single batch.BulkResponse A response of a bulk execution. -
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.client.support Class Description BulkRequest A bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch.BulkRequestBuilder A bulk request holds an orderedIndexRequests andDeleteRequests and allows to executes it in a single batch.BulkResponse A response of a bulk execution. -
Classes in org.elasticsearch.action.bulk used by org.elasticsearch.index.reindex Class Description BackoffPolicy Provides a backoff policy for bulk requests.BulkItemResponse.Failure Represents a failure.