Uses of Interface
com.atlassian.bitbucket.concurrent.BucketedExecutor
Packages that use BucketedExecutor
-
Uses of BucketedExecutor in com.atlassian.bitbucket.concurrent
Methods in com.atlassian.bitbucket.concurrent that return BucketedExecutorModifier and TypeMethodDescription<T extends Serializable>
BucketedExecutor<T>ConcurrencyService.getBucketedExecutor(String name, BucketedExecutorSettings<T> settings) Retrieves aBucketedExecutorby name, or creates a new one if it does not already exists.