Class ClusterIndexSnapshotRequestEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.cluster.ClusterIndexSnapshotRequestEvent
All Implemented Interfaces:
ClusterEvent, Serializable

@AsynchronousPreferred public class ClusterIndexSnapshotRequestEvent extends ConfluenceEvent implements ClusterEvent
Event to fire to ask for a snapshot of a lucene index.
See Also:
  • Constructor Details

    • ClusterIndexSnapshotRequestEvent

      public ClusterIndexSnapshotRequestEvent(Object src, String senderNodeId, String receiverNodeId, JournalIdentifier journalId, String indexDirName)
      Construct an event to request for a recovery snapshot of the index.
  • Method Details

    • getReceiverNodeId

      public String getReceiverNodeId()
    • getSenderNodeId

      public String getSenderNodeId()
    • getJournalId

      public JournalIdentifier getJournalId()
    • getIndexDirName

      public String getIndexDirName()