java.lang.Object
swim.actor.ActorMeshDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActorMeshDefcopy(Uri meshUri, HashTrieMap<Value, PartDef> partDefs, UriMapper<HostDef> hostDefs, UriMapper<NodeDef> nodeDefs, UriMapper<LaneDef> laneDefs, LogDef logDef, PolicyDef policyDef, StageDef stageDef, StoreDef storeDef) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanstatic ActorMeshDeffromMeshUri(String meshUri) static ActorMeshDeffromMeshUri(Uri meshUri) final HostDefgetHostDef(Uri hostUri) final LaneDefgetLaneDef(Uri laneUri) final NodeDefgetNodeDef(Uri nodeUri) final PartDefgetPartDef(Value partKey) inthashCode()final Collection<? extends HostDef>hostDefs()final Collection<? extends LaneDef>laneDefs()final LogDeflogDef()final UrimeshUri()final Collection<? extends NodeDef>nodeDefs()final Collection<? extends PartDef>partDefs()final PolicyDeffinal StageDefstageDef()final StoreDefstoreDef()toString()
-
Constructor Details
-
ActorMeshDef
-
-
Method Details
-
meshUri
-
meshUri
-
partDefs
-
getPartDef
- Specified by:
getPartDefin interfaceMeshDef
-
partDef
-
hostDefs
-
getHostDef
- Specified by:
getHostDefin interfaceMeshDef
-
hostDef
-
nodeDefs
-
getNodeDef
- Specified by:
getNodeDefin interfaceMeshDef
-
nodeDef
-
laneDefs
-
getLaneDef
- Specified by:
getLaneDefin interfaceMeshDef
-
laneDef
-
logDef
-
logDef
-
policyDef
-
policyDef
-
stageDef
-
stageDef
-
storeDef
-
storeDef
-
copy
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
fromMeshUri
-
fromMeshUri
-