Interface RemotePeerMXBean
- 
- All Known Implementing Classes:
- RemotePeerBean
 
 public interface RemotePeerMXBeanA proxy for a remote quorum peer.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientAddress()StringgetElectionAddress()StringgetLearnerType()StringgetName()StringgetQuorumAddress()booleanisLeader()
 
- 
- 
- 
Method Detail- 
getNameString getName() - Returns:
- name of the peer
 
 - 
getQuorumAddressString getQuorumAddress() - Returns:
- IP address of the quorum peer
 
 - 
getElectionAddressString getElectionAddress() - Returns:
- the election address
 
 - 
getClientAddressString getClientAddress() - Returns:
- the client address
 
 - 
getLearnerTypeString getLearnerType() - Returns:
- the learner type
 
 - 
isLeaderboolean isLeader() - Returns:
- true if the peer is the current leader
 
 
- 
 
-