Interface CPMember

    • Method Detail

      • getUuid

        java.util.UUID getUuid()
        Returns the UUID of this CP member. The CP member UUID does not have to be same with the UUID of the local member that is accessed via Cluster.getLocalMember().
        Returns:
        the UUID of this CP Member
      • getAddress

        Address getAddress()
        Returns the address of this CP member. It is same with the address of Cluster.getLocalMember()
        Returns:
        the address of this CP member