Package com.atlassian.jira.issue.index
Interface IssueBatcherFactory
- All Known Implementing Classes:
DefaultIssueBatcherFactory
public interface IssueBatcherFactory
- Since:
- v6.1
-
Method Summary
Modifier and TypeMethodDescriptiongetBatcher(Collection<Long> issuesIds) Partitions prefetched issuesIds into batchesgetBatcher(org.ofbiz.core.entity.EntityCondition condition) getBatcher(org.ofbiz.core.entity.EntityCondition condition, IssueIdBatcher.Spy spy) getBatcher(org.ofbiz.core.entity.EntityCondition condition, IssueIdBatcher.Spy spy, int batchSize)
-
Method Details
-
getBatcher
IssuesBatcher getBatcher() -
getBatcher
Partitions prefetched issuesIds into batches- Parameters:
issuesIds- prefetched issues ids.- Returns:
- Batcher that partitions prefetched issues ids into batches represented by
IssuesIterable.
-
getBatcher
-
getBatcher
-
getBatcher
-
getBatcher
IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, IssueIdBatcher.Spy spy, int batchSize)
-