Package io.weaviate.client.v1.backup.api
Class BackupRestorer
java.lang.Object
io.weaviate.client.base.BaseClient<BackupRestoreResponse>
io.weaviate.client.v1.backup.api.BackupRestorer
- All Implemented Interfaces:
ClientResult<BackupRestoreResponse>
public class BackupRestorer
extends BaseClient<BackupRestoreResponse>
implements ClientResult<BackupRestoreResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
serializer
-
Constructor Summary
ConstructorsConstructorDescriptionBackupRestorer
(HttpClient httpClient, Config config, BackupRestoreStatusGetter statusGetter) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.run()
withBackend
(String backend) withBackupId
(String backupId) withExcludeClassNames
(String... classNames) withIncludeClassNames
(String... classNames) withWaitForCompletion
(boolean waitForCompletion) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
BackupRestorer
-
-
Method Details
-
withIncludeClassNames
-
withExcludeClassNames
-
withBackend
-
withConfig
-
backend
Deprecated. -
withBackupId
-
withWaitForCompletion
-
run
- Specified by:
run
in interfaceClientResult<BackupRestoreResponse>
-