public interface RaftServerMXBean
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCurrentTerm()
Latest RAFT term.
|
List<String> |
getFollowers()
Addresses of the followers, only for leaders
|
String |
getGroupId()
Cluster identifier.
|
List<String> |
getGroups()
Gets the Groups of the Server.
|
String |
getId()
Identifier of the current server.
|
String |
getLeaderId()
Identifier of the leader node.
|
String |
getRole()
RAFT Role of the server.
|
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.