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

Packages that use IndicesExistsRequestBuilder
org.elasticsearch.action.admin.indices.exists   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of IndicesExistsRequestBuilder in org.elasticsearch.action.admin.indices.exists
 

Methods in org.elasticsearch.action.admin.indices.exists that return IndicesExistsRequestBuilder
 IndicesExistsRequestBuilder IndicesExistsAction.newRequestBuilder(IndicesAdminClient client)
           
 IndicesExistsRequestBuilder IndicesExistsRequestBuilder.setIndices(String... indices)
           
 

Uses of IndicesExistsRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return IndicesExistsRequestBuilder
 IndicesExistsRequestBuilder IndicesAdminClient.prepareExists(String... indices)
          Indices exists.
 

Uses of IndicesExistsRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return IndicesExistsRequestBuilder
 IndicesExistsRequestBuilder AbstractIndicesAdminClient.prepareExists(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.