-
- All Superinterfaces:
CellAddress
- All Known Implementing Classes:
HostAddress,LaneAddress,NodeAddress,PartAddress,UplinkAddress
public interface PartAddressed extends CellAddress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostAddressedhostUri(String hostUri)HostAddressedhostUri(swim.uri.Uri hostUri)swim.structure.ValuepartKey()PartAddressedpartKey(swim.structure.Value partKey)
-
-
-
Method Detail
-
partKey
swim.structure.Value partKey()
-
partKey
PartAddressed partKey(swim.structure.Value partKey)
-
hostUri
HostAddressed hostUri(swim.uri.Uri hostUri)
-
hostUri
HostAddressed hostUri(String hostUri)
-
-