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

Method getLog

ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:48–48  ·  view source on GitHub ↗
(long index)

Source from the content-addressed store, hash-verified

46 long getLogCount();
47
48 Log getLog(long index); // return null if not exist
49
50 @NotNull Log @NotNull [] getLogs(long indexBegin, long indexEnd); // [indexBegin, indexEnd)
51

Callers 3

runMethod · 0.65
onProcessMethod · 0.65
getIMethod · 0.65

Implementers 1

EnvZezeJava/ZezeJavaTest/src/SimpleRaft/R

Calls

no outgoing calls

Tested by 3

runMethod · 0.52
onProcessMethod · 0.52
getIMethod · 0.52