JoinSelf

akka.management.cluster.bootstrap.JoinSelf
case object JoinSelf extends JoinDecision

There is no existing cluster running and this node decided to form a new cluster by joining itself. Other nodes should discover this and join the same.

Attributes

Source
JoinDecider.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JoinDecision
class Object
trait Matchable
class Any
Show all
Self type
JoinSelf.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Singleton
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Value members

Concrete methods

Java API: get the singleton instance

Java API: get the singleton instance

Attributes

Source
JoinDecider.scala

Inherited methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

Attributes

Inherited from:
JoinDecision
Source
JoinDecider.scala