public final class Member extends Object implements Externalizable
| Constructor and Description |
|---|
Member() |
Member(String id,
String alias,
io.scalecube.net.Address address)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
io.scalecube.net.Address |
address() |
String |
alias() |
boolean |
equals(Object that) |
static String |
generateId() |
int |
hashCode() |
String |
id() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public String id()
public String alias()
public io.scalecube.net.Address address()
public static String generateId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionCopyright © 2015–2020. All rights reserved.