Interface SubTaskIssueCache


@Internal public interface SubTaskIssueCache
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collectSubTaskIssues(LongIterable issues, LongCollector collector)
    Collects sub-task issue IDs.
  • Method Details

    • collectSubTaskIssues

      void collectSubTaskIssues(LongIterable issues, LongCollector collector)
      Collects sub-task issue IDs. Uses Lucene index and caching to speed up the checks.
      Parameters:
      issues - Issue IDs to check.
      collector - Collector to receive sub-task issue IDs. It's safe for the collector to modify the issues collection, because the implementation copies it.