Class ClusterIndexSnapshotRequestReceivedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestReceivedEvent
- All Implemented Interfaces:
ClusterEvent
,Serializable
@AsynchronousPreferred
public class ClusterIndexSnapshotRequestReceivedEvent
extends ConfluenceEvent
implements ClusterEvent
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionClusterIndexSnapshotRequestReceivedEvent
(Object src, String senderNodeId, String receiverNodeId) Construct an event to indicate that this node is about to take a snapshot of its lucene index. -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Method Details
-
getSenderNodeId
-
getReceiverNodeId
-