| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.repositories.delete | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryResponse |
DeleteRepositoryAction.newResponse() |
protected DeleteRepositoryResponse |
TransportDeleteRepositoryAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteRepositoryAction.masterOperation(DeleteRepositoryRequest request,
ClusterState state,
ActionListener<DeleteRepositoryResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteRepositoryResponse> |
ClusterAdminClient.deleteRepository(DeleteRepositoryRequest request)
Unregisters a repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.deleteRepository(DeleteRepositoryRequest request,
ActionListener<DeleteRepositoryResponse> listener)
Unregisters a repository.
|
Copyright © 2009–2017. All rights reserved.