Package com.atlassian.jira.cluster.dbr
Class NoOpDBRSender
java.lang.Object
com.atlassian.jira.cluster.dbr.NoOpDBRSender
- All Implemented Interfaces:
DBRSender
Non-DC version of
DBRSender
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendUpdate
(IndexDirectoryFactory.Name index, org.apache.lucene.document.Document document, long documentCost) send a dbr update message to other nodesvoid
sendUpdateWithRelated
(DefaultIssueIndexer.Documents documents, long documentCost) send a dbr update with related message to other nodesreturn total stats
-
Constructor Details
-
NoOpDBRSender
public NoOpDBRSender()
-
-
Method Details
-
sendUpdateWithRelated
Description copied from interface:DBRSender
send a dbr update with related message to other nodes- Specified by:
sendUpdateWithRelated
in interfaceDBRSender
-
sendUpdate
public void sendUpdate(IndexDirectoryFactory.Name index, org.apache.lucene.document.Document document, long documentCost) Description copied from interface:DBRSender
send a dbr update message to other nodes- Specified by:
sendUpdate
in interfaceDBRSender
-
totalStats
Description copied from interface:DBRSender
return total stats- Specified by:
totalStats
in interfaceDBRSender
-