- java.lang.Object
-
- swim.actor.ActorMeshDef
-
- All Implemented Interfaces:
swim.codec.Debug,swim.system.CellDef,swim.system.MeshDef
public class ActorMeshDef extends Object implements swim.system.MeshDef, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description ActorMeshDef(swim.uri.Uri meshUri, swim.collections.HashTrieMap<swim.structure.Value,swim.system.PartDef> partDefs, swim.uri.UriMapper<swim.system.HostDef> hostDefs, swim.uri.UriMapper<swim.system.NodeDef> nodeDefs, swim.uri.UriMapper<swim.system.LaneDef> laneDefs, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActorMeshDefcopy(swim.uri.Uri meshUri, swim.collections.HashTrieMap<swim.structure.Value,swim.system.PartDef> partDefs, swim.uri.UriMapper<swim.system.HostDef> hostDefs, swim.uri.UriMapper<swim.system.NodeDef> nodeDefs, swim.uri.UriMapper<swim.system.LaneDef> laneDefs, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef)<T> swim.codec.Output<T>debug(swim.codec.Output<T> output)booleanequals(Object other)static ActorMeshDeffromMeshUri(String meshUri)static ActorMeshDeffromMeshUri(swim.uri.Uri meshUri)swim.system.HostDefgetHostDef(swim.uri.Uri hostUri)swim.system.LaneDefgetLaneDef(swim.uri.Uri laneUri)swim.system.NodeDefgetNodeDef(swim.uri.Uri nodeUri)swim.system.PartDefgetPartDef(swim.structure.Value partKey)inthashCode()ActorMeshDefhostDef(swim.system.HostDef hostDef)Collection<? extends swim.system.HostDef>hostDefs()ActorMeshDeflaneDef(swim.system.LaneDef laneDef)Collection<? extends swim.system.LaneDef>laneDefs()swim.system.LogDeflogDef()ActorMeshDeflogDef(swim.system.LogDef logDef)swim.uri.UrimeshUri()ActorMeshDefmeshUri(swim.uri.Uri meshUri)ActorMeshDefnodeDef(swim.system.NodeDef nodeDef)Collection<? extends swim.system.NodeDef>nodeDefs()ActorMeshDefpartDef(swim.system.PartDef partDef)Collection<? extends swim.system.PartDef>partDefs()swim.system.PolicyDefpolicyDef()ActorMeshDefpolicyDef(swim.system.PolicyDef policyDef)swim.concurrent.StageDefstageDef()ActorMeshDefstageDef(swim.concurrent.StageDef stageDef)swim.store.StoreDefstoreDef()ActorMeshDefstoreDef(swim.store.StoreDef storeDef)StringtoString()
-
-
-
Constructor Detail
-
ActorMeshDef
public ActorMeshDef(swim.uri.Uri meshUri, swim.collections.HashTrieMap<swim.structure.Value,swim.system.PartDef> partDefs, swim.uri.UriMapper<swim.system.HostDef> hostDefs, swim.uri.UriMapper<swim.system.NodeDef> nodeDefs, swim.uri.UriMapper<swim.system.LaneDef> laneDefs, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef)
-
-
Method Detail
-
meshUri
public final swim.uri.Uri meshUri()
- Specified by:
meshUriin interfaceswim.system.MeshDef
-
meshUri
public ActorMeshDef meshUri(swim.uri.Uri meshUri)
-
partDefs
public final Collection<? extends swim.system.PartDef> partDefs()
- Specified by:
partDefsin interfaceswim.system.MeshDef
-
getPartDef
public final swim.system.PartDef getPartDef(swim.structure.Value partKey)
- Specified by:
getPartDefin interfaceswim.system.MeshDef
-
partDef
public ActorMeshDef partDef(swim.system.PartDef partDef)
-
hostDefs
public final Collection<? extends swim.system.HostDef> hostDefs()
- Specified by:
hostDefsin interfaceswim.system.MeshDef
-
getHostDef
public final swim.system.HostDef getHostDef(swim.uri.Uri hostUri)
- Specified by:
getHostDefin interfaceswim.system.MeshDef
-
hostDef
public ActorMeshDef hostDef(swim.system.HostDef hostDef)
-
nodeDefs
public final Collection<? extends swim.system.NodeDef> nodeDefs()
- Specified by:
nodeDefsin interfaceswim.system.MeshDef
-
getNodeDef
public final swim.system.NodeDef getNodeDef(swim.uri.Uri nodeUri)
- Specified by:
getNodeDefin interfaceswim.system.MeshDef
-
nodeDef
public ActorMeshDef nodeDef(swim.system.NodeDef nodeDef)
-
laneDefs
public final Collection<? extends swim.system.LaneDef> laneDefs()
- Specified by:
laneDefsin interfaceswim.system.MeshDef
-
getLaneDef
public final swim.system.LaneDef getLaneDef(swim.uri.Uri laneUri)
- Specified by:
getLaneDefin interfaceswim.system.MeshDef
-
laneDef
public ActorMeshDef laneDef(swim.system.LaneDef laneDef)
-
logDef
public final swim.system.LogDef logDef()
- Specified by:
logDefin interfaceswim.system.CellDef
-
logDef
public ActorMeshDef logDef(swim.system.LogDef logDef)
-
policyDef
public final swim.system.PolicyDef policyDef()
- Specified by:
policyDefin interfaceswim.system.CellDef
-
policyDef
public ActorMeshDef policyDef(swim.system.PolicyDef policyDef)
-
stageDef
public final swim.concurrent.StageDef stageDef()
- Specified by:
stageDefin interfaceswim.system.CellDef
-
stageDef
public ActorMeshDef stageDef(swim.concurrent.StageDef stageDef)
-
storeDef
public final swim.store.StoreDef storeDef()
- Specified by:
storeDefin interfaceswim.system.CellDef
-
storeDef
public ActorMeshDef storeDef(swim.store.StoreDef storeDef)
-
copy
protected ActorMeshDef copy(swim.uri.Uri meshUri, swim.collections.HashTrieMap<swim.structure.Value,swim.system.PartDef> partDefs, swim.uri.UriMapper<swim.system.HostDef> hostDefs, swim.uri.UriMapper<swim.system.NodeDef> nodeDefs, swim.uri.UriMapper<swim.system.LaneDef> laneDefs, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef)
-
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
fromMeshUri
public static ActorMeshDef fromMeshUri(swim.uri.Uri meshUri)
-
fromMeshUri
public static ActorMeshDef fromMeshUri(String meshUri)
-
-