- java.lang.Object
- 
- swim.runtime.LaneAddress
 
- 
- All Implemented Interfaces:
- Debug,- CellAddress,- EdgeAddressed,- HostAddressed,- LaneAddressed,- MeshAddressed,- NodeAddressed,- PartAddressed
 
 public final class LaneAddress extends Object implements EdgeAddressed, MeshAddressed, PartAddressed, HostAddressed, NodeAddressed, LaneAddressed, Debug 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods 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- 
edgeNamepublic String edgeName() - Specified by:
- edgeNamein interface- EdgeAddressed
 
 - 
meshUripublic Uri meshUri() - Specified by:
- meshUriin interface- MeshAddressed
 
 - 
meshUripublic LaneAddress meshUri(Uri meshUri) - Specified by:
- meshUriin interface- EdgeAddressed
- Specified by:
- meshUriin interface- MeshAddressed
 
 - 
meshUripublic LaneAddress meshUri(String meshUri) - Specified by:
- meshUriin interface- EdgeAddressed
- Specified by:
- meshUriin interface- MeshAddressed
 
 - 
partKeypublic Value partKey() - Specified by:
- partKeyin interface- PartAddressed
 
 - 
partKeypublic LaneAddress partKey(Value partKey) - Specified by:
- partKeyin interface- MeshAddressed
- Specified by:
- partKeyin interface- PartAddressed
 
 - 
hostUripublic Uri hostUri() - Specified by:
- hostUriin interface- HostAddressed
 
 - 
hostUripublic LaneAddress hostUri(Uri hostUri) - Specified by:
- hostUriin interface- HostAddressed
- Specified by:
- hostUriin interface- PartAddressed
 
 - 
hostUripublic LaneAddress hostUri(String hostUri) - Specified by:
- hostUriin interface- HostAddressed
- Specified by:
- hostUriin interface- PartAddressed
 
 - 
nodeUripublic Uri nodeUri() - Specified by:
- nodeUriin interface- NodeAddressed
 
 - 
nodeUripublic LaneAddress nodeUri(Uri nodeUri) - Specified by:
- nodeUriin interface- HostAddressed
- Specified by:
- nodeUriin interface- NodeAddressed
 
 - 
nodeUripublic LaneAddress nodeUri(String nodeUri) - Specified by:
- nodeUriin interface- HostAddressed
- Specified by:
- nodeUriin interface- NodeAddressed
 
 - 
laneUripublic Uri laneUri() - Specified by:
- laneUriin interface- LaneAddressed
 
 - 
laneUripublic LaneAddress laneUri(Uri laneUri) - Specified by:
- laneUriin interface- LaneAddressed
- Specified by:
- laneUriin interface- NodeAddressed
 
 - 
laneUripublic LaneAddress laneUri(String laneUri) - Specified by:
- laneUriin interface- LaneAddressed
- Specified by:
- laneUriin interface- NodeAddressed
 
 - 
linkKeypublic UplinkAddress linkKey(Value linkKey) - Specified by:
- linkKeyin interface- LaneAddressed
 
 - 
debugpublic void debug(Output<?> output) Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
 - 
frompublic static LaneAddress from(String edgeName, Uri meshUri, Value partKey, Uri hostUri, Uri nodeUri, Uri laneUri) 
 
- 
 
-