java.lang.Object
swim.actor.ActorHostDef
-
Constructor Summary
ConstructorsConstructorDescriptionActorHostDef(UriPattern hostPattern, boolean isPrimary, boolean isReplica, UriMapper<NodeDef> nodeDefs, UriMapper<LaneDef> laneDefs, LogDef logDef, PolicyDef policyDef, StageDef stageDef, StoreDef storeDef) -
Method Summary
Modifier and TypeMethodDescriptionprotected ActorHostDefcopy(UriPattern hostPattern, boolean isPrimary, boolean isReplica, 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 ActorHostDeffromHostPattern(String hostPattern) static ActorHostDeffromHostPattern(UriPattern hostPattern) static ActorHostDeffromHostUri(String hostUri) static ActorHostDeffromHostUri(Uri hostUri) final LaneDefgetLaneDef(Uri laneUri) final NodeDefgetNodeDef(Uri nodeUri) inthashCode()final UriPatternhostPattern(UriPattern hostPattern) final UrihostUri()final booleanisPrimary(boolean isPrimary) final booleanisReplica(boolean isReplica) final Collection<? extends LaneDef>laneDefs()final LogDeflogDef()final Collection<? extends NodeDef>nodeDefs()final PolicyDeffinal StageDefstageDef()final StoreDefstoreDef()toString()
-
Constructor Details
-
ActorHostDef
-
-
Method Details
-
hostUri
-
hostPattern
- Specified by:
hostPatternin interfaceHostDef
-
hostPattern
-
isPrimary
public final boolean isPrimary() -
isPrimary
-
isReplica
public final boolean isReplica() -
isReplica
-
nodeDefs
-
getNodeDef
- Specified by:
getNodeDefin interfaceHostDef
-
nodeDef
-
laneDefs
-
getLaneDef
- Specified by:
getLaneDefin interfaceHostDef
-
laneDef
-
logDef
-
logDef
-
policyDef
-
policyDef
-
stageDef
-
stageDef
-
storeDef
-
storeDef
-
copy
protected ActorHostDef copy(UriPattern hostPattern, boolean isPrimary, boolean isReplica, UriMapper<NodeDef> nodeDefs, UriMapper<LaneDef> laneDefs, 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
-
fromHostUri
-
fromHostUri
-
fromHostPattern
-
fromHostPattern
-