public class WorkerPeer extends Object implements PeerInfo
| Modifier | Constructor and Description |
|---|---|
|
WorkerPeer(Role role,
String name,
String host,
GroupInfo groupInfo) |
|
WorkerPeer(String name,
String host) |
protected |
WorkerPeer(String name,
String host,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Role |
getRole() |
GroupInfo |
groupInfo() |
int |
hashCode() |
String |
peerHost() |
String |
peerName() |
void |
setRole(Role role) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitprettyNameThis documentation was released into the public domain.