Uses of Class
org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Packages that use DeleteIndexRequest Package Description org.elasticsearch.action.admin.indices.delete org.elasticsearch.client -
-
Uses of DeleteIndexRequest in org.elasticsearch.action.admin.indices.delete
Methods in org.elasticsearch.action.admin.indices.delete that return DeleteIndexRequest Modifier and Type Method Description DeleteIndexRequestDeleteIndexRequest. indices(String... indices)DeleteIndexRequestDeleteIndexRequest. indicesOptions(IndicesOptions indicesOptions)Methods in org.elasticsearch.action.admin.indices.delete with parameters of type DeleteIndexRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteIndexAction. checkBlock(DeleteIndexRequest request, ClusterState state)protected voidTransportDeleteIndexAction. doExecute(Task task, DeleteIndexRequest request, ActionListener<AcknowledgedResponse> listener)protected voidTransportDeleteIndexAction. masterOperation(DeleteIndexRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener) -
Uses of DeleteIndexRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteIndexRequest Modifier and Type Method Description static DeleteIndexRequestRequests. deleteIndexRequest(String index)Creates a delete index request.Methods in org.elasticsearch.client with parameters of type DeleteIndexRequest Modifier and Type Method Description ActionFuture<AcknowledgedResponse>IndicesAdminClient. delete(DeleteIndexRequest request)Deletes an index based on the index name.voidIndicesAdminClient. delete(DeleteIndexRequest request, ActionListener<AcknowledgedResponse> listener)Deletes an index based on the index name.AcknowledgedResponseIndicesClient. delete(DeleteIndexRequest deleteIndexRequest, RequestOptions options)Deletes an index using the Delete Index API.CancellableIndicesClient. deleteAsync(DeleteIndexRequest deleteIndexRequest, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously deletes an index using the Delete Index API.
-