Uses of Class
org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryRequest
-
Packages that use CleanupRepositoryRequest Package Description org.elasticsearch.action.admin.cluster.repositories.cleanup org.elasticsearch.client -
-
Uses of CleanupRepositoryRequest in org.elasticsearch.action.admin.cluster.repositories.cleanup
Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup with parameters of type CleanupRepositoryRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportCleanupRepositoryAction. checkBlock(CleanupRepositoryRequest request, ClusterState state)protected voidTransportCleanupRepositoryAction. masterOperation(CleanupRepositoryRequest request, ClusterState state, ActionListener<CleanupRepositoryResponse> listener) -
Uses of CleanupRepositoryRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return CleanupRepositoryRequest Modifier and Type Method Description static CleanupRepositoryRequestRequests. cleanupRepositoryRequest(String name)Cleanup repositoryMethods in org.elasticsearch.client with parameters of type CleanupRepositoryRequest Modifier and Type Method Description ActionFuture<CleanupRepositoryResponse>ClusterAdminClient. cleanupRepository(CleanupRepositoryRequest repository)Cleans up repository.voidClusterAdminClient. cleanupRepository(CleanupRepositoryRequest repository, ActionListener<CleanupRepositoryResponse> listener)Cleans up repository.CleanupRepositoryResponseSnapshotClient. cleanupRepository(CleanupRepositoryRequest cleanupRepositoryRequest, RequestOptions options)Cleans up a snapshot repository.CancellableSnapshotClient. cleanupRepositoryAsync(CleanupRepositoryRequest cleanupRepositoryRequest, RequestOptions options, ActionListener<CleanupRepositoryResponse> listener)Asynchronously cleans up a snapshot repository.
-