final case class JoinSeedNodes(seedNodes: Seq[Address]) extends ClusterCommand with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JoinSeedNodes
- Serializable
- Product
- Equals
- ClusterCommand
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JoinSeedNodes(seedNodes: [Address])
Java API: Join the specified seed nodes without defining them in config.
Java API: Join the specified seed nodes without defining them in config. Especially useful from tests when Addresses are unknown before startup time.
An actor system can only join a cluster once. Additional attempts will be ignored. When it has successfully joined it must be restarted to be able to join another cluster or to join the same cluster again.
Creates a defensive copy of the list to ensure immutability.
- new JoinSeedNodes(seedNodes: [Address])
Scala API: Join the specified seed nodes without defining them in config. Especially useful from tests when Addresses are unknown before startup time.
An actor system can only join a cluster once. Additional attempts will be ignored. When it has successfully joined it must be restarted to be able to join another cluster or to join the same cluster again.