public interface IssueBatcherFactory
Modifier and Type | Method and Description |
---|---|
IssuesBatcher |
getBatcher() |
IssuesBatcher |
getBatcher(Collection<Long> issuesIds)
Partitions prefetched issuesIds into batches
|
IssuesBatcher |
getBatcher(org.ofbiz.core.entity.EntityCondition condition) |
IssuesBatcher |
getBatcher(org.ofbiz.core.entity.EntityCondition condition,
com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy) |
IssuesBatcher |
getBatcher(org.ofbiz.core.entity.EntityCondition condition,
com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy,
int batchSize) |
IssuesBatcher |
getBatcher(com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy) |
IssuesBatcher getBatcher()
IssuesBatcher getBatcher(Collection<Long> issuesIds)
issuesIds
- prefetched issues ids.IssuesIterable
.IssuesBatcher getBatcher(com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy, int batchSize)
Copyright © 2002-2024 Atlassian. All Rights Reserved.