Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.65
onProcess
Method · 0.65
getI
Method · 0.65
Implementers
1
Env
ZezeJava/ZezeJavaTest/src/SimpleRaft/R
Calls
no outgoing calls
Tested by
3
run
Method · 0.52
onProcess
Method · 0.52
getI
Method · 0.52