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

Method getLogs

ZezeJava/ZezeJavaTest/src/SimpleRaft/Raft.java:50–50  ·  view source on GitHub ↗
(long indexBegin, long indexEnd)

Source from the content-addressed store, hash-verified

48 Log getLog(long index); // return null if not exist
49
50 @NotNull Log @NotNull [] getLogs(long indexBegin, long indexEnd); // [indexBegin, indexEnd)
51
52 @Nullable Log getLogByKey(long key); // return null if not exist
53

Callers 5

onProcessMethod · 0.65
ProcessBrowseRequestMethod · 0.65
ProcessSearchRequestMethod · 0.65
operateMethod · 0.65
mergeMethod · 0.65

Implementers 1

EnvZezeJava/ZezeJavaTest/src/SimpleRaft/R

Calls

no outgoing calls

Tested by 1

onProcessMethod · 0.52