| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterManager
Provides management capabilities for the cluster instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterCoreExtension.registerPrimaryNodeListener(PrimaryClusterNodeListener listener)
Register a listener to be notified when the runtime becomes the primary node in the cluster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastClusterManager
This class manages the connection to the Hazelcast spaces used to implement clustering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HazelcastClusterCoreExtension.registerPrimaryNodeListener(PrimaryClusterNodeListener primaryClusterNodeListener) |
void |
HazelcastClusterManager.registerPrimaryNodeListener(PrimaryClusterNodeListener primaryClusterNodeListener) |
void |
HazelcastClusterManager.unregisterPrimaryNodeListener(PrimaryClusterNodeListener primaryClusterNodeListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
MuleContextPrimaryClusterNodeListener
Listens for primary node selection notifications and then propagates the notification using the
NotificationDispatcher.dispatch(org.mule.runtime.api.notification.Notification) method. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositePrimaryClusterNodeNotifier.registerListener(PrimaryClusterNodeListener listener) |
void |
CompositePrimaryClusterNodeNotifier.unregisterListener(PrimaryClusterNodeListener listener) |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.