Interface SubTaskIssueCache
@Internal
public interface SubTaskIssueCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollectSubTaskIssues(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 theissuescollection, because the implementation copies it.
-