Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
DeleteIndexResponse |
DeleteIndexAction.newResponse() |
protected DeleteIndexResponse |
TransportDeleteIndexAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteIndexRequestBuilder.doExecute(ActionListener<DeleteIndexResponse> listener) |
protected void |
TransportDeleteIndexAction.doExecute(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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteIndexResponse> |
AbstractIndicesAdminClient.delete(DeleteIndexRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.delete(DeleteIndexRequest request,
ActionListener<DeleteIndexResponse> listener) |
Copyright © 2009–2015. All rights reserved.