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