Uses of Class
com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
-
Uses of BucketedExecutorSettings in com.atlassian.bitbucket.concurrent
Modifier and TypeMethodDescription<T extends Serializable>
BucketedExecutor<T>ConcurrencyService.getBucketedExecutor
(String name, BucketedExecutorSettings<T> settings) Retrieves aBucketedExecutor
by name, or creates a new one if it does not already exists.