Package com.atlassian.jira.cluster.dbr
Interface DBRSender
- All Known Implementing Classes:
AsyncDBRSender
,DefaultDBRSender
,NoOpDBRSender
public interface DBRSender
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendUpdate
(IndexDirectoryFactory.Name index, org.apache.lucene.document.Document document, long cost) send a dbr update message to other nodesvoid
sendUpdateWithRelated
(DefaultIssueIndexer.Documents documents, long cost) send a dbr update with related message to other nodesreturn total stats
-
Method Details
-
sendUpdateWithRelated
send a dbr update with related message to other nodes -
sendUpdate
void sendUpdate(IndexDirectoryFactory.Name index, org.apache.lucene.document.Document document, long cost) send a dbr update message to other nodes -
totalStats
Map totalStats()return total stats
-