public class PeerID<T extends Serializable> extends Object implements Serializable, Comparable<PeerID>
uniqueID is used in order to identify a unique member. According to a kind of transport layers,
uniqueID type will be determined.| Modifier and Type | Field and Description |
|---|---|
static PeerID<Serializable> |
NULL_PEER_ID |
| Constructor and Description |
|---|
PeerID(T uniqueID,
String groupName,
String instanceName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PeerID other) |
boolean |
equals(Object other) |
String |
getGroupName() |
String |
getInstanceName() |
T |
getUniqueID() |
int |
hashCode() |
String |
toString() |
public static final PeerID<Serializable> NULL_PEER_ID
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.