| Interface | Description |
|---|---|
| ClusterEvent |
Marker interface for those events which should be broadcast to other nodes in a cluster.
|
| ClusterEventWrapperService |
Service that wraps events in an appropriate Cluster event class depending on the underlying cluster fabric.
|
| Class | Description |
|---|---|
| ClusterAccessModeEvent |
Event to fire when read-only mode is enabled or disabled by the administrator on 1 node.
|
| ClusterDisableJobEvent |
Used to signal that all nodes should disable a (local) job.
|
| ClusterEnableJobEvent |
Used to signal that all nodes should enable a (local) job.
|
| ClusterEventWrapper |
Wraps an event for transmission to other nodes in the cluster.
|
| ClusterIndexRequestEvent |
Event to fire to ask for a snapshot of a lucene index.
|
| ClusterIndexResponseEvent |
Event to fire to ask for a snapshot of a lucene index.
|
| ClusterIndexSnapshotCreatedEvent |
Event to fire to notify other nodes that a snapshot of a lucene index has been created successfully.
|
| ClusterIndexSnapshotRequestEvent |
Event to fire to ask for a snapshot of a lucene index.
|
| ClusterIndexSnapshotRequestReceivedEvent |
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.
|
| ClusterMaintenanceBannerEvent |
Event to fire when the banner feature is enabled or disabled by the administrator on 1 node.
|
| ClusterReindexRequiredEvent |
Event to fire when every other node in the cluster requires a reindex.
|
| ClusterSharedHomeSanityCheckEvent |
Even to fire when a node wants to ensure that shared home directory is
visible to other nodes.
|
| ClusterUpdateCronJobScheduleEvent |
Used to signal that all nodes should update the run interval of a cron job
|
| ClusterUpdateSimpleJobScheduleEvent |
Used to signal that all nodes should update the run interval of a simple job
|
| ExpireUserSessionsClusterNotificationEvent |
Copyright © 2003–2020 Atlassian. All rights reserved.