- java.lang.Object
-
- swim.runtime.PartAddress
-
- All Implemented Interfaces:
Debug,CellAddress,EdgeAddressed,MeshAddressed,PartAddressed
public final class PartAddress extends Object implements EdgeAddressed, MeshAddressed, PartAddressed, Debug
-
-
Constructor Summary
Constructors Constructor Description PartAddress(String edgeName, Uri meshUri, Value partKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartAddresscreate(String edgeName, String meshUri, Value partKey)static PartAddresscreate(String edgeName, Uri meshUri, Value partKey)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.StringedgeName()booleanequals(Object other)inthashCode()HostAddresshostUri(String hostUri)HostAddresshostUri(Uri hostUri)UrimeshUri()PartAddressmeshUri(String meshUri)PartAddressmeshUri(Uri meshUri)ValuepartKey()PartAddresspartKey(Value partKey)StringtoString()
-
-
-
Method Detail
-
edgeName
public String edgeName()
- Specified by:
edgeNamein interfaceEdgeAddressed
-
meshUri
public Uri meshUri()
- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public PartAddress meshUri(Uri meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
meshUri
public PartAddress meshUri(String meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed- Specified by:
meshUriin interfaceMeshAddressed
-
partKey
public Value partKey()
- Specified by:
partKeyin interfacePartAddressed
-
partKey
public PartAddress partKey(Value partKey)
- Specified by:
partKeyin interfaceMeshAddressed- Specified by:
partKeyin interfacePartAddressed
-
hostUri
public HostAddress hostUri(Uri hostUri)
- Specified by:
hostUriin interfacePartAddressed
-
hostUri
public HostAddress hostUri(String hostUri)
- Specified by:
hostUriin interfacePartAddressed
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static PartAddress create(String edgeName, Uri meshUri, Value partKey)
-
create
public static PartAddress create(String edgeName, String meshUri, Value partKey)
-
-