Class IssueIdBatcher

java.lang.Object
com.atlassian.jira.issue.index.IssueIdBatcher
All Implemented Interfaces:
IssuesBatcher, Iterable<IssuesIterable>

@NotThreadSafe @Internal public class IssueIdBatcher extends Object implements IssuesBatcher
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.