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

Method setName

ZezeJava/ZezeJavaTest/src/GlobalRaft/RaftConfig.java:55–57  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

53 }
54
55 void setName(String value) {
56 Name = value;
57 }
58
59 // 多数确认时:大于等于这个即可,因为还有自己(Leader)。
60 public int getHalfCount() {

Callers 3

createRoleMethod · 0.45
createRoleMethod · 0.45
createRoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected