Send command to DOWN the node specified by 'address'.
Send command to DOWN the node specified by 'address'.
The address format is akka.tcp://[email protected]:port
Get the address of the current leader.
Get the address of the current leader.
The address format is akka.tcp://[email protected]:port
Member status for this node.
Comma separated addresses of member nodes, sorted in the cluster ring order.
Comma separated addresses of member nodes, sorted in the cluster ring order.
The address format is akka.tcp://[email protected]:port
Comma separated addresses of unreachable member nodes.
Comma separated addresses of unreachable member nodes.
The address format is akka.tcp://[email protected]:port
Returns true if the node is not unreachable and not Down
and not Removed
.
Does the cluster consist of only one member?
Try to join this cluster node with the node specified by 'address'.
Try to join this cluster node with the node specified by 'address'.
The address format is akka.tcp://[email protected]:port
.
A 'Join(thisNodeAddress)' command is sent to the node to join.
Send command to issue state transition to LEAVING for the node specified by 'address'.
Send command to issue state transition to LEAVING for the node specified by 'address'.
The address format is akka.tcp://[email protected]:port
Interface for the cluster JMX MBean.