Interface RemotePeerMXBean

  • All Known Implementing Classes:
    RemotePeerBean

    public interface RemotePeerMXBean
    A proxy for a remote quorum peer.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        name of the peer
      • getQuorumAddress

        java.lang.String getQuorumAddress()
        Returns:
        IP address of the quorum peer
      • getElectionAddress

        java.lang.String getElectionAddress()
        Returns:
        the election address
      • getClientAddress

        java.lang.String getClientAddress()
        Returns:
        the client address
      • getLearnerType

        java.lang.String getLearnerType()
        Returns:
        the learner type
      • isLeader

        boolean isLeader()
        Returns:
        true if the peer is the current leader