Uses of Class
org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryResponse
-
Packages that use CleanupRepositoryResponse Package Description org.elasticsearch.action.admin.cluster.repositories.cleanup org.elasticsearch.client -
-
Uses of CleanupRepositoryResponse in org.elasticsearch.action.admin.cluster.repositories.cleanup
Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup that return CleanupRepositoryResponse Modifier and Type Method Description static CleanupRepositoryResponseCleanupRepositoryResponse. fromXContent(XContentParser parser)protected CleanupRepositoryResponseTransportCleanupRepositoryAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.repositories.cleanup with type arguments of type CleanupRepositoryResponse Modifier and Type Method Description protected voidTransportCleanupRepositoryAction. masterOperation(CleanupRepositoryRequest request, ClusterState state, ActionListener<CleanupRepositoryResponse> listener)Constructor parameters in org.elasticsearch.action.admin.cluster.repositories.cleanup with type arguments of type CleanupRepositoryResponse Constructor Description CleanupRepositoryRequestBuilder(ElasticsearchClient client, ActionType<CleanupRepositoryResponse> action, String repository) -
Uses of CleanupRepositoryResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return CleanupRepositoryResponse Modifier and Type Method Description CleanupRepositoryResponseSnapshotClient. cleanupRepository(CleanupRepositoryRequest cleanupRepositoryRequest, RequestOptions options)Cleans up a snapshot repository.Methods in org.elasticsearch.client that return types with arguments of type CleanupRepositoryResponse Modifier and Type Method Description ActionFuture<CleanupRepositoryResponse>ClusterAdminClient. cleanupRepository(CleanupRepositoryRequest repository)Cleans up repository.Method parameters in org.elasticsearch.client with type arguments of type CleanupRepositoryResponse Modifier and Type Method Description voidClusterAdminClient. cleanupRepository(CleanupRepositoryRequest repository, ActionListener<CleanupRepositoryResponse> listener)Cleans up repository.CancellableSnapshotClient. cleanupRepositoryAsync(CleanupRepositoryRequest cleanupRepositoryRequest, RequestOptions options, ActionListener<CleanupRepositoryResponse> listener)Asynchronously cleans up a snapshot repository.
-