public class Address extends Object implements Serializable
| Constructor and Description |
|---|
Address(Path path)
Create a local address.
|
Address(ServerId serverId,
Path path)
Create an address of an object on a server.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
arrayAsString(Address[] addresses)
Utility function for debugs.
|
boolean |
equals(Object obj) |
Path |
getPath()
Get the path.
|
ServerId |
getServerId()
Get the ServerId.
|
int |
hashCode() |
String |
toString() |
Copyright © 2023. All rights reserved.