(RaftConfig raftConfig)
| 595 | } |
| 596 | |
| 597 | public static Connector waitForLeader(RaftConfig raftConfig) { |
| 598 | return waitForLeader(raftConfig, 0, null); |
| 599 | } |
| 600 | |
| 601 | public static Connector waitForLeader(RaftConfig raftConfig, long timeoutMs) { |
| 602 | return waitForLeader(raftConfig, timeoutMs, null); |
no test coverage detected