()
| 567 | |
| 568 | |
| 569 | def Main(): |
| 570 | if options.cmd == "analysis": |
| 571 | Analysis() |
| 572 | elif options.cmd == "changeleader": |
| 573 | ChangeLeader() |
| 574 | elif options.cmd == "recovertable": |
| 575 | RecoverEndpoint() |
| 576 | elif options.cmd == "recoverdata": |
| 577 | RecoverData() |
| 578 | elif options.cmd == "balanceleader": |
| 579 | BalanceLeader() |
| 580 | |
| 581 | if __name__ == "__main__": |
| 582 | Main() |
no test coverage detected