MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / QueryBackupStatus

Method QueryBackupStatus

admin-cli/client/meta.go:99–99  ·  view source on GitHub ↗
(tableID int, backupID int64)

Source from the content-addressed store, hash-verified

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)

Callers 2

initFunction · 0.65
QueryBackupStatusFunction · 0.65

Implementers 2

fakeMetaadmin-cli/client/fake_meta_test.go
rpcBasedMetaadmin-cli/client/meta.go

Calls

no outgoing calls

Tested by

no test coverage detected