Package akka.cluster
Class ClusterUserAction
- java.lang.Object
-
- akka.cluster.ClusterUserAction
-
public class ClusterUserAction extends java.lang.ObjectINTERNAL API Cluster commands sent by the USER viaClusterextension or JMX.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterUserAction.DownCommand to mark node as temporary down.static classClusterUserAction.Down$static classClusterUserAction.JoinToCommand to initiate join another node (represented byaddress).static classClusterUserAction.JoinTo$static classClusterUserAction.LeaveCommand to leave the cluster.static classClusterUserAction.Leave$static classClusterUserAction.PrepareForShutdown$Command to mark all nodes as shutting downstatic classClusterUserAction.SetAppVersionCommand to set theappVersionafter system startup but before joining.static classClusterUserAction.SetAppVersion$static classClusterUserAction.SetAppVersionLater$TheappVersionis defined after system startup but before joining.
-
Constructor Summary
Constructors Constructor Description ClusterUserAction()
-