Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexResponse

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

Uses of CloseIndexResponse in org.elasticsearch.action.admin.indices.close
 

Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexResponse
protected  CloseIndexResponse TransportCloseIndexAction.masterOperation(CloseIndexRequest request, ClusterState state)
           
protected  CloseIndexResponse TransportCloseIndexAction.newResponse()
           
 CloseIndexResponse CloseIndexAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.indices.close with type arguments of type CloseIndexResponse
protected  void CloseIndexRequestBuilder.doExecute(ActionListener<CloseIndexResponse> listener)
           
 

Uses of CloseIndexResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type CloseIndexResponse
 ActionFuture<CloseIndexResponse> IndicesAdminClient.close(CloseIndexRequest request)
          Closes an index based on the index name.
 

Method parameters in org.elasticsearch.client with type arguments of type CloseIndexResponse
 void IndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
          Closes an index based on the index name.
 

Uses of CloseIndexResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type CloseIndexResponse
 ActionFuture<CloseIndexResponse> AbstractIndicesAdminClient.close(CloseIndexRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type CloseIndexResponse
 void AbstractIndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.