java.lang.Object | |
↳ | com.atlassian.bitbucket.concurrent.BucketedExecutorSettings<T extends java.io.Serializable> |
Configuration object used for constructing
BucketedExecutor
instances.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BucketedExecutorSettings.Builder<T extends Serializable> | Builder for BucketedExecutorSettings |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
BucketProcessor
run. The
number of items that are passed to a BucketProcessor
is guaranteed to be <= the configured
batch size.
PER_CLUSTER
, the maximum concurrency
is translated into a per-node maximum by dividing the maximum
by the number of nodes in the cluster (rounded up).