Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ load
Method
load
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RaftConfig.java:323–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
}
322
323
public
static
@NotNull RaftConfig load() throws Exception {
324
return
load(
"raft.xml"
);
325
}
326
327
public
static
@NotNull RaftConfig load(String xmlFile) throws Exception {
328
if
(
new
File(xmlFile).isFile()) {
Callers
9
init
Method · 0.95
Raft
Method · 0.95
_run
Method · 0.95
startRaft
Method · 0.95
main
Method · 0.95
main
Method · 0.95
GlobalCacheManagerWithRaftAgent
Method · 0.95
ServiceManagerAgentWithRaft
Method · 0.95
main
Method · 0.95
Calls
2
format
Method · 0.80
parse
Method · 0.65
Tested by
2
_run
Method · 0.76
startRaft
Method · 0.76