java.lang.Object
swim.actor.ActorPartDef
- All Implemented Interfaces:
swim.codec.Debug,swim.system.CellDef,swim.system.PartDef
-
Constructor Summary
ConstructorsConstructorDescriptionActorPartDef(swim.structure.Value partKey, swim.system.PartPredicate predicate, boolean isGateway, 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
Modifier and TypeMethodDescriptionprotected ActorPartDefcopy(swim.structure.Value partKey, swim.system.PartPredicate predicate, boolean isGateway, 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) booleanstatic ActorPartDeffromPartPredicate(swim.structure.Value partKey, swim.system.PartPredicate predicate) final swim.system.HostDefgetHostDef(swim.uri.Uri hostUri) final swim.system.LaneDefgetLaneDef(swim.uri.Uri laneUri) final swim.system.NodeDefgetNodeDef(swim.uri.Uri nodeUri) inthashCode()hostDef(swim.system.HostDef hostDef) final Collection<? extends swim.system.HostDef>hostDefs()final booleanisGateway(boolean isGateway) laneDef(swim.system.LaneDef laneDef) final Collection<? extends swim.system.LaneDef>laneDefs()final swim.system.LogDeflogDef()logDef(swim.system.LogDef logDef) nodeDef(swim.system.NodeDef nodeDef) final Collection<? extends swim.system.NodeDef>nodeDefs()final swim.structure.ValuepartKey()partKey(swim.structure.Value partKey) final swim.system.PolicyDefpolicyDef(swim.system.PolicyDef policyDef) final swim.system.PartPredicatepredicate(swim.system.PartPredicate predicate) final swim.concurrent.StageDefstageDef()stageDef(swim.concurrent.StageDef stageDef) final swim.store.StoreDefstoreDef()storeDef(swim.store.StoreDef storeDef) toString()
-
Constructor Details
-
ActorPartDef
public ActorPartDef(swim.structure.Value partKey, swim.system.PartPredicate predicate, boolean isGateway, 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 Details
-
partKey
public final swim.structure.Value partKey()- Specified by:
partKeyin interfaceswim.system.PartDef
-
partKey
-
predicate
public final swim.system.PartPredicate predicate()- Specified by:
predicatein interfaceswim.system.PartDef
-
predicate
-
isGateway
public final boolean isGateway()- Specified by:
isGatewayin interfaceswim.system.PartDef
-
isGateway
-
hostDefs
- Specified by:
hostDefsin interfaceswim.system.PartDef
-
getHostDef
public final swim.system.HostDef getHostDef(swim.uri.Uri hostUri) - Specified by:
getHostDefin interfaceswim.system.PartDef
-
hostDef
-
nodeDefs
- Specified by:
nodeDefsin interfaceswim.system.PartDef
-
getNodeDef
public final swim.system.NodeDef getNodeDef(swim.uri.Uri nodeUri) - Specified by:
getNodeDefin interfaceswim.system.PartDef
-
nodeDef
-
laneDefs
- Specified by:
laneDefsin interfaceswim.system.PartDef
-
getLaneDef
public final swim.system.LaneDef getLaneDef(swim.uri.Uri laneUri) - Specified by:
getLaneDefin interfaceswim.system.PartDef
-
laneDef
-
logDef
public final swim.system.LogDef logDef()- Specified by:
logDefin interfaceswim.system.CellDef
-
logDef
-
policyDef
public final swim.system.PolicyDef policyDef()- Specified by:
policyDefin interfaceswim.system.CellDef
-
policyDef
-
stageDef
public final swim.concurrent.StageDef stageDef()- Specified by:
stageDefin interfaceswim.system.CellDef
-
stageDef
-
storeDef
public final swim.store.StoreDef storeDef()- Specified by:
storeDefin interfaceswim.system.CellDef
-
storeDef
-
copy
protected ActorPartDef copy(swim.structure.Value partKey, swim.system.PartPredicate predicate, boolean isGateway, 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) -
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
fromPartPredicate
public static ActorPartDef fromPartPredicate(swim.structure.Value partKey, swim.system.PartPredicate predicate)
-