Uses of Class
com.atlassian.jira.util.BoundedExecutorServiceWrapper.Builder
Packages that use BoundedExecutorServiceWrapper.Builder
-
Uses of BoundedExecutorServiceWrapper.Builder in com.atlassian.jira.util
Methods in com.atlassian.jira.util that return BoundedExecutorServiceWrapper.BuilderModifier and TypeMethodDescriptionBoundedExecutorServiceWrapper.Builder.withConcurrency(int concurrency) Set the max number of concurrent operations supported by the ExecutorServiceBoundedExecutorServiceWrapper.Builder.withExecutorService(Supplier<com.google.common.util.concurrent.ListeningExecutorService> executorServiceSupplier) Provide a custom executor service supplier.BoundedExecutorServiceWrapper.Builder.withShutdownTimeout(org.joda.time.Duration shutdownTimeout) Set the timeout duration for shutting down the executor service.BoundedExecutorServiceWrapper.Builder.withThreadPoolName(String threadPoolName) Set the thread pool name used by the executor service that is managed by the wrapper.