- java.lang.Object
-
- swim.runtime.LaneAddress
-
- All Implemented Interfaces:
swim.codec.Debug,CellAddress,EdgeAddressed,HostAddressed,LaneAddressed,MeshAddressed,NodeAddressed,PartAddressed
public final class LaneAddress extends Object implements EdgeAddressed, MeshAddressed, PartAddressed, HostAddressed, NodeAddressed, LaneAddressed, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description LaneAddress(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(swim.codec.Output<?> output)StringedgeName()booleanequals(Object other)static LaneAddressfrom(String edgeName, String meshUri, swim.structure.Value partKey, String hostUri, String nodeUri, String laneUri)static LaneAddressfrom(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri)inthashCode()swim.uri.UrihostUri()LaneAddresshostUri(String hostUri)LaneAddresshostUri(swim.uri.Uri hostUri)swim.uri.UrilaneUri()LaneAddresslaneUri(String laneUri)LaneAddresslaneUri(swim.uri.Uri laneUri)UplinkAddresslinkKey(swim.structure.Value linkKey)swim.uri.UrimeshUri()LaneAddressmeshUri(String meshUri)LaneAddressmeshUri(swim.uri.Uri meshUri)swim.uri.UrinodeUri()LaneAddressnodeUri(String nodeUri)LaneAddressnodeUri(swim.uri.Uri nodeUri)swim.structure.ValuepartKey()LaneAddresspartKey(swim.structure.Value partKey)StringtoString()
-
-
-
Constructor Detail
-
LaneAddress
public LaneAddress(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri)
-
-
Method Detail
-
edgeName
public String edgeName()
- Specified by:
edgeNamein interfaceEdgeAddressed
-
meshUri
public swim.uri.Uri meshUri()
- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public LaneAddress meshUri(swim.uri.Uri meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public LaneAddress meshUri(String meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
partKey
public swim.structure.Value partKey()
- Specified by:
partKeyin interfacePartAddressed
-
partKey
public LaneAddress partKey(swim.structure.Value partKey)
- Specified by:
partKeyin interfaceMeshAddressed- Specified by:
partKeyin interfacePartAddressed
-
hostUri
public swim.uri.Uri hostUri()
- Specified by:
hostUriin interfaceHostAddressed
-
hostUri
public LaneAddress hostUri(swim.uri.Uri hostUri)
- Specified by:
hostUriin interfaceHostAddressed- Specified by:
hostUriin interfacePartAddressed
-
hostUri
public LaneAddress hostUri(String hostUri)
- Specified by:
hostUriin interfaceHostAddressed- Specified by:
hostUriin interfacePartAddressed
-
nodeUri
public swim.uri.Uri nodeUri()
- Specified by:
nodeUriin interfaceNodeAddressed
-
nodeUri
public LaneAddress nodeUri(swim.uri.Uri nodeUri)
- Specified by:
nodeUriin interfaceHostAddressed- Specified by:
nodeUriin interfaceNodeAddressed
-
nodeUri
public LaneAddress nodeUri(String nodeUri)
- Specified by:
nodeUriin interfaceHostAddressed- Specified by:
nodeUriin interfaceNodeAddressed
-
laneUri
public swim.uri.Uri laneUri()
- Specified by:
laneUriin interfaceLaneAddressed
-
laneUri
public LaneAddress laneUri(swim.uri.Uri laneUri)
- Specified by:
laneUriin interfaceLaneAddressed- Specified by:
laneUriin interfaceNodeAddressed
-
laneUri
public LaneAddress laneUri(String laneUri)
- Specified by:
laneUriin interfaceLaneAddressed- Specified by:
laneUriin interfaceNodeAddressed
-
linkKey
public UplinkAddress linkKey(swim.structure.Value linkKey)
- Specified by:
linkKeyin interfaceLaneAddressed
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
from
public static LaneAddress from(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri)
-
-