- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.LaneAddress
-
- All Implemented Interfaces:
Debug
public final class LaneAddress extends CellAddress implements Debug
-
-
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 LaneAddressfrom(String edgeName, String meshUri, Value partKey, String hostUri, String nodeUri, String laneUri)static LaneAddressfrom(String edgeName, Uri meshUri, Value partKey, Uri hostUri, Uri nodeUri, Uri laneUri)inthashCode()UrihostUri()LaneAddresshostUri(String hostUri)LaneAddresshostUri(Uri hostUri)UrilaneUri()LaneAddresslaneUri(String laneUri)LaneAddresslaneUri(Uri laneUri)UplinkAddresslinkKey(Value linkKey)UrimeshUri()LaneAddressmeshUri(String meshUri)LaneAddressmeshUri(Uri meshUri)UrinodeUri()LaneAddressnodeUri(String nodeUri)LaneAddressnodeUri(Uri nodeUri)ValuepartKey()LaneAddresspartKey(Value partKey)StringtoString()
-
-
-
Method Detail
-
from
public static LaneAddress from(String edgeName, Uri meshUri, Value partKey, Uri hostUri, Uri nodeUri, Uri laneUri)
-
from
public static LaneAddress from(String edgeName, String meshUri, Value partKey, String hostUri, String nodeUri, String laneUri)
-
edgeName
public String edgeName()
-
meshUri
public Uri meshUri()
-
meshUri
public LaneAddress meshUri(Uri meshUri)
-
meshUri
public LaneAddress meshUri(String meshUri)
-
partKey
public Value partKey()
-
partKey
public LaneAddress partKey(Value partKey)
-
hostUri
public Uri hostUri()
-
hostUri
public LaneAddress hostUri(Uri hostUri)
-
hostUri
public LaneAddress hostUri(String hostUri)
-
nodeUri
public Uri nodeUri()
-
nodeUri
public LaneAddress nodeUri(Uri nodeUri)
-
nodeUri
public LaneAddress nodeUri(String nodeUri)
-
laneUri
public Uri laneUri()
-
laneUri
public LaneAddress laneUri(Uri laneUri)
-
laneUri
public LaneAddress laneUri(String laneUri)
-
linkKey
public UplinkAddress linkKey(Value linkKey)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-