Class ClusterIndexSnapshotRequestReceivedEvent
- 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.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ClusterIndexSnapshotRequestReceivedEvent(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReceiverNodeId()
String
getSenderNodeId()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-