Uses of Class
technology.semi.weaviate.client.v1.backup.api.BackupCreator
-
Packages that use BackupCreator Package Description technology.semi.weaviate.client.v1.backup technology.semi.weaviate.client.v1.backup.api -
-
Uses of BackupCreator in technology.semi.weaviate.client.v1.backup
Methods in technology.semi.weaviate.client.v1.backup that return BackupCreator Modifier and Type Method Description BackupCreatorBackup. creator() -
Uses of BackupCreator in technology.semi.weaviate.client.v1.backup.api
Methods in technology.semi.weaviate.client.v1.backup.api that return BackupCreator Modifier and Type Method Description BackupCreatorBackupCreator. withBackend(String backend)BackupCreatorBackupCreator. withBackupId(String backupId)BackupCreatorBackupCreator. withExcludeClassNames(String... classNames)BackupCreatorBackupCreator. withIncludeClassNames(String... classNames)BackupCreatorBackupCreator. withWaitForCompletion(boolean waitForCompletion)
-