Uses of Class
org.elasticsearch.action.delete.DeleteResponse

Packages that use DeleteResponse
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of DeleteResponse in org.elasticsearch.action.delete
 

Methods in org.elasticsearch.action.delete that return DeleteResponse
 DeleteResponse DeleteAction.newResponse()
           
protected  DeleteResponse TransportDeleteAction.newResponseInstance()
           
 

Methods in org.elasticsearch.action.delete that return types with arguments of type DeleteResponse
protected  TransportShardReplicationOperationAction.PrimaryResponse<DeleteResponse,DeleteRequest> TransportDeleteAction.shardOperationOnPrimary(ClusterState clusterState, TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest)
           
 

Method parameters in org.elasticsearch.action.delete with type arguments of type DeleteResponse
protected  void DeleteRequestBuilder.doExecute(ActionListener<DeleteResponse> listener)
           
protected  void TransportDeleteAction.doExecute(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
protected  boolean TransportDeleteAction.resolveRequest(ClusterState state, DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 

Uses of DeleteResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type DeleteResponse
 ActionFuture<DeleteResponse> Client.delete(DeleteRequest request)
          Deletes a document from the index based on the index, type and id.
 

Method parameters in org.elasticsearch.client with type arguments of type DeleteResponse
 void Client.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
          Deletes a document from the index based on the index, type and id.
 

Uses of DeleteResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type DeleteResponse
 ActionFuture<DeleteResponse> AbstractClient.delete(DeleteRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type DeleteResponse
 void AbstractClient.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 

Uses of DeleteResponse in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport that return types with arguments of type DeleteResponse
 ActionFuture<DeleteResponse> TransportClient.delete(DeleteRequest request)
           
 

Method parameters in org.elasticsearch.client.transport with type arguments of type DeleteResponse
 void TransportClient.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.