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:
  • Constructor Details

    • ClusterIndexSnapshotRequestReceivedEvent

      public 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 Details

    • getSenderNodeId

      public String getSenderNodeId()
    • getReceiverNodeId

      public String getReceiverNodeId()