Uses of Class
org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
Packages that use DeleteRepositoryRequest Package Description org.elasticsearch.action.admin.cluster.repositories.delete org.elasticsearch.client org.elasticsearch.repositories -
-
Uses of DeleteRepositoryRequest in org.elasticsearch.action.admin.cluster.repositories.delete
Methods in org.elasticsearch.action.admin.cluster.repositories.delete that return DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequestDeleteRepositoryRequest. name(String name)Sets the name of the repository to unregister.Methods in org.elasticsearch.action.admin.cluster.repositories.delete with parameters of type DeleteRepositoryRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportDeleteRepositoryAction. checkBlock(DeleteRepositoryRequest request, ClusterState state)protected voidTransportDeleteRepositoryAction. masterOperation(DeleteRepositoryRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener) -
Uses of DeleteRepositoryRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteRepositoryRequest Modifier and Type Method Description static DeleteRepositoryRequestRequests. deleteRepositoryRequest(String name)Deletes registration for snapshot repositoryMethods in org.elasticsearch.client with parameters of type DeleteRepositoryRequest Modifier and Type Method Description ActionFuture<AcknowledgedResponse>ClusterAdminClient. deleteRepository(DeleteRepositoryRequest request)Unregisters a repository.voidClusterAdminClient. deleteRepository(DeleteRepositoryRequest request, ActionListener<AcknowledgedResponse> listener)Unregisters a repository.AcknowledgedResponseSnapshotClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest, RequestOptions options)Deletes a snapshot repository.CancellableSnapshotClient. deleteRepositoryAsync(DeleteRepositoryRequest deleteRepositoryRequest, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously deletes a snapshot repository. -
Uses of DeleteRepositoryRequest in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories with parameters of type DeleteRepositoryRequest Modifier and Type Method Description voidRepositoriesService. unregisterRepository(DeleteRepositoryRequest request, ActionListener<ClusterStateUpdateResponse> listener)Unregisters repository in the cluster
-