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

Packages that use DeleteIndexRequest
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 DeleteIndexRequest in org.elasticsearch.action.admin.indices.delete
 

Methods in org.elasticsearch.action.admin.indices.delete that return DeleteIndexRequest
 DeleteIndexRequest DeleteIndexRequest.indices(String... indices)
           
protected  DeleteIndexRequest TransportDeleteIndexAction.newRequest()
           
 DeleteIndexRequest DeleteIndexRequest.timeout(String timeout)
          Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
 DeleteIndexRequest DeleteIndexRequest.timeout(TimeValue timeout)
          Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
 

Methods in org.elasticsearch.action.admin.indices.delete with parameters of type DeleteIndexRequest
protected  ClusterBlockException TransportDeleteIndexAction.checkBlock(DeleteIndexRequest request, ClusterState state)
           
protected  void TransportDeleteIndexAction.doExecute(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
           
protected  DeleteIndexResponse TransportDeleteIndexAction.masterOperation(DeleteIndexRequest request, ClusterState state)
           
 

Uses of DeleteIndexRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return DeleteIndexRequest
static DeleteIndexRequest Requests.deleteIndexRequest(String index)
          Creates a delete index request.
 

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

Uses of DeleteIndexRequest in org.elasticsearch.client.support
 

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



Copyright © 2009-2012. All Rights Reserved.