Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ isWorkingLeader
Method
isWorkingLeader
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
170
// 不能加锁
171
public
boolean isWorkingLeader() {
172
return
isLeader() && !isShutdown;
173
}
174
175
public
static
void
executeImportantTask(@NotNull Runnable task) {
176
Task.getCriticalThreadPool().execute(task);
Callers
2
dispatchProtocol
Method · 0.80
ProcessProxyRequest
Method · 0.80
Calls
1
isLeader
Method · 0.95
Tested by
no test coverage detected