java.lang.Object
swim.actor.ActorLaneDef
- 
Constructor Summary
ConstructorsConstructorDescriptionActorLaneDef(UriPattern lanePattern, String laneType, LogDef logDef, PolicyDef policyDef, StageDef stageDef, StoreDef storeDef)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected ActorLaneDefcopy(UriPattern lanePattern, String laneType, LogDef logDef, PolicyDef policyDef, StageDef stageDef, StoreDef storeDef) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanstatic ActorLaneDeffromLanePattern(String lanePattern) static ActorLaneDeffromLanePattern(UriPattern lanePattern) static ActorLaneDeffromLaneUri(String laneUri) static ActorLaneDeffromLaneUri(Uri laneUri) inthashCode()final UriPatternlanePattern(UriPattern lanePattern) final StringlaneType()final UrilaneUri()final LogDeflogDef()final PolicyDeffinal StageDefstageDef()final StoreDefstoreDef()toString() 
- 
Constructor Details
- 
ActorLaneDef
 
 - 
 - 
Method Details
- 
laneUri
 - 
lanePattern
- Specified by:
 lanePatternin interfaceLaneDef
 - 
lanePattern
 - 
laneType
 - 
laneType
 - 
logDef
 - 
logDef
 - 
policyDef
 - 
policyDef
 - 
stageDef
 - 
stageDef
 - 
storeDef
 - 
storeDef
 - 
copy
protected ActorLaneDef copy(UriPattern lanePattern, String laneType, LogDef logDef, PolicyDef policyDef, StageDef stageDef, StoreDef storeDef)  - 
equals
 - 
hashCode
public int hashCode() - 
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. - 
toString
 - 
fromLaneUri
 - 
fromLaneUri
 - 
fromLanePattern
 - 
fromLanePattern
 
 -