java.lang.Object
swim.actor.ActorLaneDef
- All Implemented Interfaces:
swim.codec.Debug,swim.system.CellDef,swim.system.LaneDef
-
Constructor Summary
ConstructorsConstructorDescriptionActorLaneDef(swim.uri.UriPattern lanePattern, String laneType, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef) -
Method Summary
Modifier and TypeMethodDescriptionprotected ActorLaneDefcopy(swim.uri.UriPattern lanePattern, String laneType, 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 ActorLaneDeffromLanePattern(String lanePattern) static ActorLaneDeffromLanePattern(swim.uri.UriPattern lanePattern) static ActorLaneDeffromLaneUri(String laneUri) static ActorLaneDeffromLaneUri(swim.uri.Uri laneUri) inthashCode()final swim.uri.UriPatternlanePattern(swim.uri.UriPattern lanePattern) final StringlaneType()final swim.uri.UrilaneUri()final swim.system.LogDeflogDef()logDef(swim.system.LogDef logDef) final swim.system.PolicyDefpolicyDef(swim.system.PolicyDef policyDef) final swim.concurrent.StageDefstageDef()stageDef(swim.concurrent.StageDef stageDef) final swim.store.StoreDefstoreDef()storeDef(swim.store.StoreDef storeDef) toString()
-
Constructor Details
-
ActorLaneDef
public ActorLaneDef(swim.uri.UriPattern lanePattern, String laneType, swim.system.LogDef logDef, swim.system.PolicyDef policyDef, swim.concurrent.StageDef stageDef, swim.store.StoreDef storeDef)
-
-
Method Details
-
laneUri
public final swim.uri.Uri laneUri()- Specified by:
laneUriin interfaceswim.system.LaneDef
-
lanePattern
public final swim.uri.UriPattern lanePattern()- Specified by:
lanePatternin interfaceswim.system.LaneDef
-
lanePattern
-
laneType
- Specified by:
laneTypein interfaceswim.system.LaneDef
-
laneType
-
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 ActorLaneDef copy(swim.uri.UriPattern lanePattern, String laneType, 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
-
fromLaneUri
-
fromLaneUri
-
fromLanePattern
-
fromLanePattern
-