- java.lang.Object
-
- swim.runtime.UplinkAddress
-
- All Implemented Interfaces:
swim.codec.Debug,CellAddress,EdgeAddressed,HostAddressed,LaneAddressed,LinkAddress,MeshAddressed,NodeAddressed,PartAddressed,UplinkAddressed
public final class UplinkAddress extends Object implements EdgeAddressed, MeshAddressed, PartAddressed, HostAddressed, NodeAddressed, LaneAddressed, UplinkAddressed, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description UplinkAddress(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value linkKey)
-
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 UplinkAddressfrom(String edgeName, String meshUri, swim.structure.Value partKey, String hostUri, String nodeUri, String laneUri, swim.structure.Value linkKey)static UplinkAddressfrom(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value linkKey)inthashCode()swim.uri.UrihostUri()UplinkAddresshostUri(String hostUri)UplinkAddresshostUri(swim.uri.Uri hostUri)swim.uri.UrilaneUri()UplinkAddresslaneUri(String laneUri)UplinkAddresslaneUri(swim.uri.Uri laneUri)swim.structure.ValuelinkKey()UplinkAddresslinkKey(swim.structure.Value linkKey)swim.uri.UrimeshUri()UplinkAddressmeshUri(String meshUri)UplinkAddressmeshUri(swim.uri.Uri meshUri)swim.uri.UrinodeUri()UplinkAddressnodeUri(String nodeUri)UplinkAddressnodeUri(swim.uri.Uri nodeUri)swim.structure.ValuepartKey()UplinkAddresspartKey(swim.structure.Value partKey)StringtoString()
-
-
-
Constructor Detail
-
UplinkAddress
public UplinkAddress(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value linkKey)
-
-
Method Detail
-
edgeName
public String edgeName()
- Specified by:
edgeNamein interfaceEdgeAddressed
-
meshUri
public swim.uri.Uri meshUri()
- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public UplinkAddress meshUri(swim.uri.Uri meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public UplinkAddress meshUri(String meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
partKey
public swim.structure.Value partKey()
- Specified by:
partKeyin interfacePartAddressed
-
partKey
public UplinkAddress 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 UplinkAddress hostUri(swim.uri.Uri hostUri)
- Specified by:
hostUriin interfaceHostAddressed- Specified by:
hostUriin interfacePartAddressed
-
hostUri
public UplinkAddress hostUri(String hostUri)
- Specified by:
hostUriin interfaceHostAddressed- Specified by:
hostUriin interfacePartAddressed
-
nodeUri
public swim.uri.Uri nodeUri()
- Specified by:
nodeUriin interfaceNodeAddressed
-
nodeUri
public UplinkAddress nodeUri(swim.uri.Uri nodeUri)
- Specified by:
nodeUriin interfaceHostAddressed- Specified by:
nodeUriin interfaceNodeAddressed
-
nodeUri
public UplinkAddress nodeUri(String nodeUri)
- Specified by:
nodeUriin interfaceHostAddressed- Specified by:
nodeUriin interfaceNodeAddressed
-
laneUri
public swim.uri.Uri laneUri()
- Specified by:
laneUriin interfaceLaneAddressed
-
laneUri
public UplinkAddress laneUri(swim.uri.Uri laneUri)
- Specified by:
laneUriin interfaceLaneAddressed- Specified by:
laneUriin interfaceNodeAddressed
-
laneUri
public UplinkAddress laneUri(String laneUri)
- Specified by:
laneUriin interfaceLaneAddressed- Specified by:
laneUriin interfaceNodeAddressed
-
linkKey
public swim.structure.Value linkKey()
- Specified by:
linkKeyin interfaceUplinkAddressed
-
linkKey
public UplinkAddress linkKey(swim.structure.Value linkKey)
- Specified by:
linkKeyin interfaceLaneAddressed- Specified by:
linkKeyin interfaceUplinkAddressed
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
from
public static UplinkAddress from(String edgeName, swim.uri.Uri meshUri, swim.structure.Value partKey, swim.uri.Uri hostUri, swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value linkKey)
-
-