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