JoinDecider

akka.management.cluster.bootstrap.JoinDecider
trait JoinDecider

The decisions of joining existing seed-nodes or join self to form new cluster is performed by the JoinDecider and the implementation is defined in configuration so support different strategies.

Attributes

Source
JoinDecider.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Decide if and how to join based on the gathered SeedNodesInformation. The returned JoinDecision can be KeepProbing, JoinSelf or JoinOtherSeedNodes.

Decide if and how to join based on the gathered SeedNodesInformation. The returned JoinDecision can be KeepProbing, JoinSelf or JoinOtherSeedNodes.

Attributes

Source
JoinDecider.scala