- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.PartAddress
-
- All Implemented Interfaces:
Debug
public final class PartAddress extends CellAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description PartAddress(String edgeName, Uri meshUri, Value partKey)
-
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 PartAddressfrom(String edgeName, String meshUri, Value partKey)static PartAddressfrom(String edgeName, Uri meshUri, Value partKey)inthashCode()HostAddresshostUri(String hostUri)HostAddresshostUri(Uri hostUri)UrimeshUri()PartAddressmeshUri(String meshUri)PartAddressmeshUri(Uri meshUri)ValuepartKey()PartAddresspartKey(Value partKey)StringtoString()
-
-
-
Method Detail
-
from
public static PartAddress from(String edgeName, Uri meshUri, Value partKey)
-
from
public static PartAddress from(String edgeName, String meshUri, Value partKey)
-
edgeName
public String edgeName()
-
meshUri
public Uri meshUri()
-
meshUri
public PartAddress meshUri(Uri meshUri)
-
meshUri
public PartAddress meshUri(String meshUri)
-
partKey
public Value partKey()
-
partKey
public PartAddress partKey(Value partKey)
-
hostUri
public HostAddress hostUri(Uri hostUri)
-
hostUri
public HostAddress hostUri(String hostUri)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-