Uses of Class
io.weaviate.client.v1.backup.api.BackupRestorer
-
Packages that use BackupRestorer Package Description io.weaviate.client.v1.backup io.weaviate.client.v1.backup.api -
-
Uses of BackupRestorer in io.weaviate.client.v1.backup
Methods in io.weaviate.client.v1.backup that return BackupRestorer Modifier and Type Method Description BackupRestorerBackup. restorer() -
Uses of BackupRestorer in io.weaviate.client.v1.backup.api
Methods in io.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)
-