| Cluster |
Details about this cluster node itself
|
| Cluster$ |
Java API
|
| ClusterSetup |
Can be used in ActorSystemSetup when starting the ActorSystem
to replace the default implementation of the Cluster extension.
|
| ClusterSetup$ |
|
| ClusterSingleton |
Start if needed and provide a proxy to a named singleton
|
| ClusterSingleton$ |
Java API:
|
| ClusterSingletonImpl |
INTERNAL API:
|
| ClusterSingletonImpl$ |
INTERNAL API:
|
| ClusterSingletonManagerSettings |
param: singletonName The actor name of the child singleton actor.
|
| ClusterSingletonManagerSettings$ |
Create settings from the default configuration
akka.cluster.singleton.
|
| ClusterSingletonSettings |
INTERNAL API:
|
| ClusterSingletonSettings$ |
Java API
|
| ClusterSingletonSetup |
|
| ClusterSingletonSetup$ |
|
| Down |
Send command to DOWN the node specified by 'address'.
|
| Down$ |
|
| GetCurrentState |
|
| GetCurrentState$ |
|
| Join |
Try to join this cluster node with the node specified by 'address'.
|
| Join$ |
Java API
|
| JoinSeedNodes |
Java API: Join the specified seed nodes without defining them in config.
|
| JoinSeedNodes$ |
|
| Leave |
Send command to issue state transition to LEAVING for the node specified by 'address'.
|
| Leave$ |
Java API
|
| SelfRemoved |
Subscribe to this node being removed from the cluster.
|
| SelfRemoved$ |
|
| SelfUp |
Subscribe to this node being up, after sending this event the subscription is automatically
cancelled.
|
| SelfUp$ |
|
| SingletonActor<M> |
Props of the singleton actor, such as dispatcher settings.
|
| SingletonActor$ |
param: name Unique name for the singleton
param: behavior Behavior for the singleton
|
| Subscribe<A extends ClusterEvent.ClusterDomainEvent> |
Subscribe to cluster state changes.
|
| Subscribe$ |
Java API
|
| Unsubscribe<T> |
|
| Unsubscribe$ |
|