Uses of Interface
com.atlassian.jira.util.collect.Sized
Packages that use Sized
Package
Description
-
Uses of Sized in com.atlassian.jira.index.ha
Subinterfaces of Sized in com.atlassian.jira.index.haModifier and TypeInterfaceDescriptioninterfaceManager to recover an index from a previous index backupinterfaceManager to recover an index from a previous index backupClasses in com.atlassian.jira.index.ha that implement SizedModifier and TypeClassDescriptionclassclassService for recovering an Index.class -
Uses of Sized in com.atlassian.jira.issue.index
Subinterfaces of Sized in com.atlassian.jira.issue.indexModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 10.4 for removal.interfaceClasses in com.atlassian.jira.issue.index that implement SizedModifier and TypeClassDescriptionclassThis index manager ignores calls toBulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue),BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue)andBulkOnlyIndexManager.reIndexIssues(Collection).classDeprecated, for removal: This API element is subject to removal in a future version.since 10.4 for removal.classDeprecated, for removal: This API element is subject to removal in a future version.since 10.4 for removal. -
Uses of Sized in com.atlassian.jira.issue.util
Subinterfaces of Sized in com.atlassian.jira.issue.utilClasses in com.atlassian.jira.issue.util that implement SizedModifier and TypeClassDescriptionclassThisEnclosedIterableis used to iterate over all issues in the database.classclassclass -
Uses of Sized in com.atlassian.jira.ofbiz
Classes in com.atlassian.jira.ofbiz that implement SizedModifier and TypeClassDescriptionclassA abstract implementation ofEnclosedIterablethat defers to anOfBizListIterator.classA abstract implementation ofEnclosedIterablethat takes a list of ids and then pages them by opening anOfBizListIteratorfor each page. -
Uses of Sized in com.atlassian.jira.sharing
Classes in com.atlassian.jira.sharing that implement SizedModifier and TypeClassDescriptionclassSharedEntityBatcherIterable<S extends SharedEntity>An iterable that fetches shared entities in batches from the database. -
Uses of Sized in com.atlassian.jira.sharing.index
Subinterfaces of Sized in com.atlassian.jira.sharing.indexModifier and TypeInterfaceDescriptioninterfaceResponsible for managing indexing of all shared entitiesClasses in com.atlassian.jira.sharing.index that implement Sized -
Uses of Sized in com.atlassian.jira.sharing.search
Classes in com.atlassian.jira.sharing.search that implement SizedModifier and TypeClassDescriptionclassSharedEntitySearchResult<E extends SharedEntity>A pair that contains the result status of SharedEntity search. -
Uses of Sized in com.atlassian.jira.task.context
Methods in com.atlassian.jira.task.context with parameters of type SizedModifier and TypeMethodDescriptionstatic ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg) Deprecated.UseContexts.builder()instead.static ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg, org.apache.log4j.Level level) Deprecated.UseContexts.builder()instead.static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg) Deprecated.Since 6.3.6 useContexts.percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String)for 6.3.6+ orContexts.builder()for 6.4+static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event) Deprecated.static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.Since 6.3.6 use {@link #percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String, com.atlassian.johnson.event.Event), Level} in 6.3.6+ orContexts.builder()in 6.4+static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent) Deprecated.UseContexts.builder()instead.static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event) static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.UseContexts.builder()instead.static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, org.apache.log4j.Level level) Deprecated.UseContexts.builder()instead.Something that can provide an estimate of the amount of work that the background task will perform. -
Uses of Sized in com.atlassian.jira.util.collect
Subinterfaces of Sized in com.atlassian.jira.util.collectModifier and TypeInterfaceDescriptioninterfaceA limited collection view that may be backed by the something that needs closing, for example a connection to a database.Classes in com.atlassian.jira.util.collect that implement SizedModifier and TypeClassDescriptionclassSimple collection basedEnclosedIterable.classclassStatically sized implementation ofSized -
Uses of Sized in com.atlassian.jira.util.index
Subinterfaces of Sized in com.atlassian.jira.util.indexModifier and TypeInterfaceDescriptioninterfaceManage an index lifecycle.interfaceManage an index lifecycle.Classes in com.atlassian.jira.util.index that implement SizedModifier and TypeClassDescriptionclassConvenience class for managing known IndexManagers and calling them all.Methods in com.atlassian.jira.util.index with parameters of type SizedModifier and TypeMethodDescriptionstatic ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger) static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger) static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)