Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.repositories.delete | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryRequest |
DeleteRepositoryRequest.name(String name)
Sets the name of the repository to unregister.
|
protected DeleteRepositoryRequest |
TransportDeleteRepositoryAction.newRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteRepositoryResponse> |
AbstractClusterAdminClient.deleteRepository(DeleteRepositoryRequest request) |
void |
AbstractClusterAdminClient.deleteRepository(DeleteRepositoryRequest request,
ActionListener<DeleteRepositoryResponse> listener) |
Copyright © 2009–2015. All rights reserved.