Uses of Interface
com.atlassian.jira.util.ExecutorServiceWrapper
Packages that use ExecutorServiceWrapper
Package
Description
-
Uses of ExecutorServiceWrapper in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ExecutorServiceWrapperModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.boundedExecutorServiceWrapper(BoundedExecutorServiceWrapperProvider provider, com.atlassian.event.api.EventPublisher eventPublisher) Methods in com.atlassian.jira.component.spring.registrar with parameters of type ExecutorServiceWrapperModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.streamAttachmentStore(AttachmentConfigStore attachmentConfigStore, AttachmentKeyMapper attachmentKeyMapper, com.atlassian.event.api.EventPublisher eventPublisher, ExecutorServiceWrapper managedExecutor, LocalTemporaryFileStore localTemporaryFileStore, ProjectManager projectManager, StreamAttachmentStoreStats streamAttachmentStoreStats) -
Uses of ExecutorServiceWrapper in com.atlassian.jira.issue.attachment
Constructors in com.atlassian.jira.issue.attachment with parameters of type ExecutorServiceWrapperModifierConstructorDescriptionDefaultStreamAttachmentStore(AttachmentConfigStore attachmentConfigStore, AttachmentKeyMapper attachmentKeyMapper, com.atlassian.event.api.EventPublisher eventPublisher, ExecutorServiceWrapper managedExecutor, LocalTemporaryFileStore localTemporaryFileStore, ProjectManager projectManager, StreamAttachmentStoreStats streamAttachmentStoreStats) -
Uses of ExecutorServiceWrapper in com.atlassian.jira.util
Classes in com.atlassian.jira.util that implement ExecutorServiceWrapperModifier and TypeClassDescriptionfinal classWraps an ExecutorService to ensure the number of queued tasks is bounded to the specified concurrency.