- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.HostAddress
-
- All Implemented Interfaces:
Debug
public final class HostAddress extends CellAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description HostAddress(String edgeName, Uri meshUri, Value partKey, Uri hostUri)
-
Method Summary
Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.StringedgeName()booleanequals(Object other)static HostAddressfrom(String edgeName, String meshUri, Value partKey, String hostUri)static HostAddressfrom(String edgeName, Uri meshUri, Value partKey, Uri hostUri)inthashCode()UrihostUri()HostAddresshostUri(String hostUri)HostAddresshostUri(Uri hostUri)UrimeshUri()HostAddressmeshUri(String meshUri)HostAddressmeshUri(Uri meshUri)NodeAddressnodeUri(String nodeUri)NodeAddressnodeUri(Uri nodeUri)ValuepartKey()HostAddresspartKey(Value partKey)StringtoString()
-
-
-
Method Detail
-
from
public static HostAddress from(String edgeName, Uri meshUri, Value partKey, Uri hostUri)
-
from
public static HostAddress from(String edgeName, String meshUri, Value partKey, String hostUri)
-
edgeName
public String edgeName()
-
meshUri
public Uri meshUri()
-
meshUri
public HostAddress meshUri(Uri meshUri)
-
meshUri
public HostAddress meshUri(String meshUri)
-
partKey
public Value partKey()
-
partKey
public HostAddress partKey(Value partKey)
-
hostUri
public Uri hostUri()
-
hostUri
public HostAddress hostUri(Uri hostUri)
-
hostUri
public HostAddress hostUri(String hostUri)
-
nodeUri
public NodeAddress nodeUri(Uri nodeUri)
-
nodeUri
public NodeAddress nodeUri(String nodeUri)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-