(tableID int, backupID int64)
| 97 | StartBackupApp(tableID int, providerType string, backupPath string) (*admin.StartBackupAppResponse, error) |
| 98 | |
| 99 | QueryBackupStatus(tableID int, backupID int64) (*admin.QueryBackupStatusResponse, error) |
| 100 | |
| 101 | RestoreApp(oldClusterName string, oldTableName string, oldTableID int, backupID int64, providerType string, |
| 102 | newTableName string, restorePath string, skipBadPartition bool, policyName string) (*admin.CreateAppResponse, error) |
no outgoing calls
no test coverage detected