Uses of Interface
org.elasticsearch.action.bulk.BulkProcessor.Listener

Packages that use BulkProcessor.Listener
org.elasticsearch.action.bulk   
 

Uses of BulkProcessor.Listener in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk with parameters of type BulkProcessor.Listener
static BulkProcessor.Builder BulkProcessor.builder(Client client, BulkProcessor.Listener listener)
           
 

Constructors in org.elasticsearch.action.bulk with parameters of type BulkProcessor.Listener
BulkProcessor.Builder(Client client, BulkProcessor.Listener listener)
          Creates a builder of bulk processor with the client to use and the listener that will be used to be notified on the completion of bulk requests.
 



Copyright © 2009-2012. All Rights Reserved.