Class ClusterReindexRequiredEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.cluster.ClusterReindexRequiredEvent
-
- All Implemented Interfaces:
ClusterEvent
,Serializable
public class ClusterReindexRequiredEvent extends ConfluenceEvent implements ClusterEvent
Event to fire when every other node in the cluster requires a reindex. (Eg after a full site import).- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ClusterReindexRequiredEvent(String reason)
Construct an event to reindex the whole cluster.
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ClusterReindexRequiredEvent
public ClusterReindexRequiredEvent(String reason)
Construct an event to reindex the whole cluster. Pass a debugging string as the source, describing the cause of the reindexing requirement.
-
-