Class ClusterIndexResponseEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionClusterIndexResponseEvent
(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
Modifier and TypeMethodDescriptionMethods 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
-
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 Details
-
getSenderNodeId
-
getReceiverNodeId
-
getJournalId
-
getIndexDirName
-