MCPcopy Create free account
hub / github.com/e2wugui/zeze / waitForLeader

Method waitForLeader

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Agent.java:597–599  ·  view source on GitHub ↗
(RaftConfig raftConfig)

Source from the content-addressed store, hash-verified

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);

Callers 2

Dbh2Method · 0.95

Calls 15

setOnSetLeaderMethod · 0.95
setResultMethod · 0.95
getClientMethod · 0.95
getLeaderAsyncMethod · 0.95
getMethod · 0.95
stopMethod · 0.95
getMajorityCountMethod · 0.80
findConnectorMethod · 0.80
startMethod · 0.65
nextBytesMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected