public class Member extends Object
| Modifier and Type | Method and Description |
|---|---|
List<URI> |
getClientURIs()
returns list of URLs the member exposes to clients for communication.
|
long |
getId()
returns the member ID for this member.
|
String |
getName()
returns the human-readable name of the member.
|
List<URI> |
getPeerURIs()
returns the list of URLs the member exposes to the cluster for communication.
|
public Member(Member member)
public long getId()
public String getName()
If the member is not started, the name will be an empty string.
public List<URI> getPeerURIs()
Copyright © 2020. All rights reserved.