Uses of Class
org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse

Packages that use DeleteIndexResponse
org.elasticsearch.action.admin.indices.delete Delete index action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of DeleteIndexResponse in org.elasticsearch.action.admin.indices.delete
 

Methods in org.elasticsearch.action.admin.indices.delete that return DeleteIndexResponse
protected  DeleteIndexResponse TransportDeleteIndexAction.masterOperation(DeleteIndexRequest request, ClusterState state)
           
protected  DeleteIndexResponse TransportDeleteIndexAction.newResponse()
           
 DeleteIndexResponse DeleteIndexAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.indices.delete with type arguments of type DeleteIndexResponse
protected  void DeleteIndexRequestBuilder.doExecute(ActionListener<DeleteIndexResponse> listener)
           
protected  void TransportDeleteIndexAction.doExecute(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
           
 

Uses of DeleteIndexResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type DeleteIndexResponse
 ActionFuture<DeleteIndexResponse> IndicesAdminClient.delete(DeleteIndexRequest request)
          Deletes an index based on the index name.
 

Method parameters in org.elasticsearch.client with type arguments of type DeleteIndexResponse
 void IndicesAdminClient.delete(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
          Deletes an index based on the index name.
 

Uses of DeleteIndexResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type DeleteIndexResponse
 ActionFuture<DeleteIndexResponse> AbstractIndicesAdminClient.delete(DeleteIndexRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type DeleteIndexResponse
 void AbstractIndicesAdminClient.delete(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.