Uses of Class
org.elasticsearch.action.bulk.BulkProcessor

Packages that use BulkProcessor
org.elasticsearch.action.bulk   
 

Uses of BulkProcessor in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return BulkProcessor
 BulkProcessor BulkProcessor.add(ActionRequest request)
           
 BulkProcessor BulkProcessor.add(BytesReference data, boolean contentUnsafe, String defaultIndex, String defaultType)
           
 BulkProcessor BulkProcessor.add(DeleteRequest request)
          Adds an DeleteRequest to the list of actions to execute.
 BulkProcessor BulkProcessor.add(IndexRequest request)
          Adds an IndexRequest to the list of actions to execute.
 BulkProcessor BulkProcessor.Builder.build()
          Builds a new bulk processor.
 



Copyright © 2009-2012. All Rights Reserved.