Package org.apache.pekko.cluster
Class InternalClusterAction.Join
java.lang.Object
org.apache.pekko.cluster.InternalClusterAction.Join
- All Implemented Interfaces:
Serializable,ClusterMessage,scala.Equals,scala.Product
- Enclosing class:
- InternalClusterAction
public static final class InternalClusterAction.Join
extends Object
implements ClusterMessage, scala.Product, Serializable
Command to join the cluster. Sent when a node wants to join another node (the receiver).
param: node the node that wants to join the cluster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJoin(UniqueAddress node, scala.collection.immutable.Set<String> roles, Version appVersion) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(UniqueAddress node, scala.collection.immutable.Set<String> roles, Version appVersion) scala.collection.immutable.Set<String>booleaninthashCode()node()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.Set<String>roles()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Join
-
-
Method Details
-
node
-
roles
-
appVersion
-
copy
public InternalClusterAction.Join copy(UniqueAddress node, scala.collection.immutable.Set<String> roles, Version appVersion) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-