| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.delete |
Delete index action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexResponse |
DeleteIndexAction.newResponse() |
protected DeleteIndexResponse |
TransportDeleteIndexAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteIndexAction.doExecute(Task task,
DeleteIndexRequest request,
ActionListener<DeleteIndexResponse> listener) |
protected void |
TransportDeleteIndexAction.masterOperation(DeleteIndexRequest request,
ClusterState state,
ActionListener<DeleteIndexResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteIndexResponse> |
IndicesAdminClient.delete(DeleteIndexRequest request)
Deletes an index based on the index name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.delete(DeleteIndexRequest request,
ActionListener<DeleteIndexResponse> listener)
Deletes an index based on the index name.
|
Copyright © 2009–2017. All rights reserved.