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

Method appendLog

ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:54–54  ·  view source on GitHub ↗
(@NotNull Log log)

Source from the content-addressed store, hash-verified

52 @Nullable Log getLogByKey(long key); // return null if not exist
53
54 boolean appendLog(@NotNull Log log); // return false if this log(key) is already appended
55
56 void appendLogs(@NotNull Log @NotNull [] logs); // ignore already appended log(key)s
57

Callers 14

onProcessMethod · 0.65
appendLogMethod · 0.65
addCountAndWaitMethod · 0.65
_final_commit_Method · 0.65
startSplitMethod · 0.65
endSplit1Method · 0.65

Implementers 1

EnvZezeJava/ZezeJavaTest/src/SimpleRaft/R

Calls

no outgoing calls

Tested by 2

onProcessMethod · 0.52
addCountAndWaitMethod · 0.52