| 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 |
|---|---|
DeleteRepositoryRequest |
DeleteRepositoryRequest.name(String name)
Sets the name of the repository to unregister.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteRepositoryAction.checkBlock(DeleteRepositoryRequest request,
ClusterState state) |
protected void |
TransportDeleteRepositoryAction.masterOperation(DeleteRepositoryRequest request,
ClusterState state,
ActionListener<DeleteRepositoryResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRepositoryRequest |
Requests.deleteRepositoryRequest(String name)
Deletes registration for snapshot repository
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteRepositoryResponse> |
ClusterAdminClient.deleteRepository(DeleteRepositoryRequest request)
Unregisters a repository.
|
void |
ClusterAdminClient.deleteRepository(DeleteRepositoryRequest request,
ActionListener<DeleteRepositoryResponse> listener)
Unregisters a repository.
|
Copyright © 2009–2017. All rights reserved.