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

Method startRaft

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Test.java:805–807  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

803 }
804
805 public void startRaft() throws Exception {
806 startRaft(false);
807 }
808
809 public void startRaft(boolean resetLog) throws Exception {
810 lock();

Callers 2

TestRaftMethod · 0.95
runTraceMethod · 0.80

Calls 15

loadMethod · 0.95
getServerMethod · 0.80
getLogSequenceMethod · 0.80
AddFactoryHandleMethod · 0.80
lockMethod · 0.65
startMethod · 0.65
getMethod · 0.65
replaceMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected