Class AsyncDBRSender

java.lang.Object
com.atlassian.jira.cluster.dbr.AsyncDBRSender
All Implemented Interfaces:
DBRSender

public class AsyncDBRSender extends Object implements DBRSender
  • Constructor Details

  • Method Details

    • onPluginFrameworkShutdown

      @EventListener public void onPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
    • sendUpdateWithRelated

      public void sendUpdateWithRelated(DefaultIssueIndexer.Documents documents, long cost)
      Description copied from interface: DBRSender
      send a dbr update with related message to other nodes
      Specified by:
      sendUpdateWithRelated in interface DBRSender
    • sendUpdate

      public void sendUpdate(IndexDirectoryFactory.Name index, org.apache.lucene.document.Document document, long cost)
      Description copied from interface: DBRSender
      send a dbr update message to other nodes
      Specified by:
      sendUpdate in interface DBRSender
    • totalStats

      public Map totalStats()
      Description copied from interface: DBRSender
      return total stats
      Specified by:
      totalStats in interface DBRSender