java.lang.Object
swim.actor.ActorPartDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActorPartDefcopy(Value partKey, PartPredicate predicate, boolean isGateway, UriMapper<HostDef> hostDefs, 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 ActorPartDeffromPartPredicate(Value partKey, PartPredicate predicate) final HostDefgetHostDef(Uri hostUri) final LaneDefgetLaneDef(Uri laneUri) final NodeDefgetNodeDef(Uri nodeUri) inthashCode()final Collection<? extends HostDef>hostDefs()final booleanisGateway(boolean isGateway) final Collection<? extends LaneDef>laneDefs()final LogDeflogDef()final Collection<? extends NodeDef>nodeDefs()final ValuepartKey()final PolicyDeffinal PartPredicatepredicate(PartPredicate predicate) final StageDefstageDef()final StoreDefstoreDef()toString()
-
Constructor Details
-
ActorPartDef
-
-
Method Details
-
partKey
-
partKey
-
predicate
-
predicate
-
isGateway
public final boolean isGateway() -
isGateway
-
hostDefs
-
getHostDef
- Specified by:
getHostDefin interfacePartDef
-
hostDef
-
nodeDefs
-
getNodeDef
- Specified by:
getNodeDefin interfacePartDef
-
nodeDef
-
laneDefs
-
getLaneDef
- Specified by:
getLaneDefin interfacePartDef
-
laneDef
-
logDef
-
logDef
-
policyDef
-
policyDef
-
stageDef
-
stageDef
-
storeDef
-
storeDef
-
copy
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
fromPartPredicate
-