Package org.apache.pekko.cluster
Class ClusterUserAction
- java.lang.Object
-
- org.apache.pekko.cluster.ClusterUserAction
-
public class ClusterUserAction extends java.lang.ObjectINTERNAL API Cluster commands sent by the USER viapekko.cluster.Clusterextension 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 down
-
Constructor Summary
Constructors Constructor Description ClusterUserAction()
-