Package com.atlassian.jira.issue.index
Class IssueIdBatcher
java.lang.Object
com.atlassian.jira.issue.index.IssueIdBatcher
- All Implemented Interfaces:
IssuesBatcher,Iterable<IssuesIterable>
Returns up to
batchSize issues per batch.
This class is not thread-safe; it should be iterated over on a single thread, and each IssuesIterable only accessed
after the previous one has been fully processed.-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<IssuesIterable>
-