@AsynchronousPreferred public class ClusterIndexResponseEvent extends ConfluenceEvent implements ClusterEvent
source
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getIndexDirName() |
JournalIdentifier |
getJournalId() |
String |
getReceiverNodeId() |
String |
getSenderNodeId() |
equals, hashCode
getSource, toString
public ClusterIndexResponseEvent(Object src, String senderNodeId, String receiverNodeId, JournalIdentifier journalId, String indexDirName)
public String getSenderNodeId()
public String getReceiverNodeId()
public JournalIdentifier getJournalId()
public String getIndexDirName()
Copyright © 2003–2020 Atlassian. All rights reserved.