Class ClusterIndexResponseEvent
- 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.ClusterIndexResponseEvent
-
- All Implemented Interfaces:
ClusterEvent
,Serializable
@AsynchronousPreferred public class ClusterIndexResponseEvent extends ConfluenceEvent implements ClusterEvent
Event to fire to ask for 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 ClusterIndexResponseEvent(Object src, String senderNodeId, String receiverNodeId, JournalIdentifier journalId, String indexDirName)
Construct an event to indicate that this node can provide a recovery snapshot of the index.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIndexDirName()
JournalIdentifier
getJournalId()
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
-
-
-
-
Constructor Detail
-
ClusterIndexResponseEvent
public ClusterIndexResponseEvent(Object src, String senderNodeId, String receiverNodeId, JournalIdentifier journalId, String indexDirName)
Construct an event to indicate that this node can provide a recovery snapshot of the index.
-
-
Method Detail
-
getSenderNodeId
public String getSenderNodeId()
-
getReceiverNodeId
public String getReceiverNodeId()
-
getJournalId
public JournalIdentifier getJournalId()
-
getIndexDirName
public String getIndexDirName()
-
-