Class BackupCreator
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<BackupCreateResponse>
-
- technology.semi.weaviate.client.v1.backup.api.BackupCreator
-
- All Implemented Interfaces:
ClientResult<BackupCreateResponse>
public class BackupCreator extends BaseClient<BackupCreateResponse> implements ClientResult<BackupCreateResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackupCreator.BackupCreateConfig
-
Constructor Summary
Constructors Constructor Description BackupCreator(Config config, BackupCreateStatusGetter statusGetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<BackupCreateResponse>run()BackupCreatorwithBackend(String backend)BackupCreatorwithBackupId(String backupId)BackupCreatorwithExcludeClassNames(String... classNames)BackupCreatorwithIncludeClassNames(String... classNames)BackupCreatorwithWaitForCompletion(boolean waitForCompletion)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
BackupCreator
public BackupCreator(Config config, BackupCreateStatusGetter statusGetter)
-
-
Method Detail
-
withIncludeClassNames
public BackupCreator withIncludeClassNames(String... classNames)
-
withExcludeClassNames
public BackupCreator withExcludeClassNames(String... classNames)
-
withBackend
public BackupCreator withBackend(String backend)
-
withBackupId
public BackupCreator withBackupId(String backupId)
-
withWaitForCompletion
public BackupCreator withWaitForCompletion(boolean waitForCompletion)
-
run
public Result<BackupCreateResponse> run()
- Specified by:
runin interfaceClientResult<BackupCreateResponse>
-
-