Uses of Class
com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
Packages that use BucketedExecutorSettings
-
Uses of BucketedExecutorSettings in com.atlassian.bitbucket.concurrent
Methods in com.atlassian.bitbucket.concurrent that return BucketedExecutorSettingsMethods in com.atlassian.bitbucket.concurrent with parameters of type BucketedExecutorSettingsModifier 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.