Package io.weaviate.client.v1.backup.api
Class BackupCanceler
- All Implemented Interfaces:
ClientResult<Void>
BackupCanceler can cancel an in-progress backup by ID.
Canceling backups which have successfully completed before being interrupted is not supported and will result in an error.
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()
withBackend
(String backend) withBackupId
(String backupId) withBucket
(String bucket) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
BackupCanceler
-
-
Method Details
-
withBackend
-
withBucket
-
withPath
-
withBackupId
-
run
- Specified by:
run
in interfaceClientResult<Void>
-