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

Method Raft

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:304–306  ·  view source on GitHub ↗
(StateMachine sm)

Source from the content-addressed store, hash-verified

302 }
303
304 public Raft(StateMachine sm) throws Exception {
305 this(sm, null, null, null, "Zeze.Raft.Server");
306 }
307
308 public Raft(StateMachine sm, String RaftName) throws Exception {
309 this(sm, RaftName, null, null, "Zeze.Raft.Server");

Callers

nothing calls this directly

Calls 15

loadMethod · 0.95
loadMethod · 0.95
createAcceptorMethod · 0.95
createConnectorMethod · 0.95
registerInternalRpcMethod · 0.95
getNameMethod · 0.95
addMethod · 0.95
shutdownMethod · 0.95
scheduleUnsafeMethod · 0.95
setRaftMethod · 0.80
acceptorCountMethod · 0.80
connectorCountMethod · 0.80

Tested by

no test coverage detected