org.elasticsearch.action.admin.indices.exists
Class IndicesExistsRequestBuilder

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.support.BaseIndicesRequestBuilder<IndicesExistsRequest,IndicesExistsResponse>
      extended by org.elasticsearch.action.admin.indices.exists.IndicesExistsRequestBuilder
All Implemented Interfaces:
ActionRequestBuilder<IndicesExistsRequest,IndicesExistsResponse>

public class IndicesExistsRequestBuilder
extends BaseIndicesRequestBuilder<IndicesExistsRequest,IndicesExistsResponse>


Field Summary
 
Fields inherited from class org.elasticsearch.action.admin.indices.support.BaseIndicesRequestBuilder
client, request
 
Constructor Summary
IndicesExistsRequestBuilder(IndicesAdminClient indicesClient, String... indices)
           
 
Method Summary
protected  void doExecute(ActionListener<IndicesExistsResponse> listener)
           
 IndicesExistsRequestBuilder setIndices(String... indices)
           
 
Methods inherited from class org.elasticsearch.action.admin.indices.support.BaseIndicesRequestBuilder
execute, execute, request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicesExistsRequestBuilder

public IndicesExistsRequestBuilder(IndicesAdminClient indicesClient,
                                   String... indices)
Method Detail

setIndices

public IndicesExistsRequestBuilder setIndices(String... indices)

doExecute

protected void doExecute(ActionListener<IndicesExistsResponse> listener)
Specified by:
doExecute in class BaseIndicesRequestBuilder<IndicesExistsRequest,IndicesExistsResponse>


Copyright © 2009-2012. All Rights Reserved.