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