Class RemotePeerBean
java.lang.Object
org.apache.zookeeper.server.quorum.RemotePeerBean
- All Implemented Interfaces:
ZKMBeanInfo,RemotePeerMXBean
A remote peer bean only provides limited information about the remote peer,
and the peer cannot be managed remotely.
-
Constructor Details
-
RemotePeerBean
-
-
Method Details
-
setQuorumServer
-
getName
- Specified by:
getNamein interfaceRemotePeerMXBean- Specified by:
getNamein interfaceZKMBeanInfo- Returns:
- name of the peer
-
isHidden
public boolean isHidden()Description copied from interface:ZKMBeanInfoIf isHidden returns true, the MBean won't be registered with MBean server, and thus won't be available for management tools. Used for grouping MBeans.- Specified by:
isHiddenin interfaceZKMBeanInfo- Returns:
- true if the MBean is hidden.
-
getQuorumAddress
- Specified by:
getQuorumAddressin interfaceRemotePeerMXBean- Returns:
- IP address of the quorum peer
-
getElectionAddress
- Specified by:
getElectionAddressin interfaceRemotePeerMXBean- Returns:
- the election address
-
getClientAddress
- Specified by:
getClientAddressin interfaceRemotePeerMXBean- Returns:
- the client address
-
getLearnerType
- Specified by:
getLearnerTypein interfaceRemotePeerMXBean- Returns:
- the learner type
-
isLeader
public boolean isLeader()- Specified by:
isLeaderin interfaceRemotePeerMXBean- Returns:
- true if the peer is the current leader
-