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

Method Dbh2Agent

ZezeJava/ZezeJava/src/main/java/Zeze/Dbh2/Dbh2Agent.java:127–129  ·  view source on GitHub ↗
(String raftConfigString)

Source from the content-addressed store, hash-verified

125 }
126
127 public Dbh2Agent(String raftConfigString) throws Exception {
128 this(raftConfigString, (ProxyAgent)null);
129 }
130
131 public Dbh2Agent(String raftConfigString, ProxyAgent proxyAgent) throws Exception {
132 this.raftConfigString = raftConfigString;

Callers

nothing calls this directly

Calls 9

loadFromStringMethod · 0.95
setOnSetLeaderMethod · 0.80
startMethod · 0.65
getSocketOptionsMethod · 0.45
getConfigMethod · 0.45
getClientMethod · 0.45
RegisterProtocolsMethod · 0.45

Tested by

no test coverage detected