com.atlassian.confluence.event.events.cluster
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
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
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.