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

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

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

Methods in org.elasticsearch.action.admin.indices.exists that return IndicesExistsRequest
protected  IndicesExistsRequest TransportIndicesExistsAction.newRequest()
           
 

Methods in org.elasticsearch.action.admin.indices.exists with parameters of type IndicesExistsRequest
protected  ClusterBlockException TransportIndicesExistsAction.checkBlock(IndicesExistsRequest request, ClusterState state)
           
protected  void TransportIndicesExistsAction.doExecute(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
           
protected  IndicesExistsResponse TransportIndicesExistsAction.masterOperation(IndicesExistsRequest request, ClusterState state)
           
 

Uses of IndicesExistsRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return IndicesExistsRequest
static IndicesExistsRequest Requests.indicesExistsRequest(String... indices)
          Creates an indices exists request.
 

Methods in org.elasticsearch.client with parameters of type IndicesExistsRequest
 ActionFuture<IndicesExistsResponse> IndicesAdminClient.exists(IndicesExistsRequest request)
          Indices Exists.
 void IndicesAdminClient.exists(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
          The status of one or more indices.
 

Uses of IndicesExistsRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type IndicesExistsRequest
 ActionFuture<IndicesExistsResponse> AbstractIndicesAdminClient.exists(IndicesExistsRequest request)
           
 void AbstractIndicesAdminClient.exists(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.