Uses of Package
org.elasticsearch.action.bulk

Packages that use org.elasticsearch.action.bulk
org.elasticsearch.action.bulk   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Classes in org.elasticsearch.action.bulk used by org.elasticsearch.action.bulk
BulkAction
           
BulkItemRequest
           
BulkItemResponse
          Represents a single item response for an action executed as part of the bulk API.
BulkItemResponse.Failure
          Represents a failure.
BulkProcessor
          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.
BulkProcessor.Builder
          A builder used to create a build an instance of a bulk processor.
BulkProcessor.Listener
          A listener for the execution.
BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequestBuilder
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkResponse
          A response of a bulk execution.
BulkShardRequest
           
BulkShardResponse
           
TransportShardBulkAction
          Performs the index operation.
 

Classes in org.elasticsearch.action.bulk used by org.elasticsearch.client
BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequestBuilder
          A bulk request holds an ordered IndexRequests and DeleteRequests 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
BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequestBuilder
          A bulk request holds an ordered IndexRequests and DeleteRequests 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.transport
BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkResponse
          A response of a bulk execution.
 



Copyright © 2009-2012. All Rights Reserved.