public class PoolFactory extends Object
Constructor and Description |
---|
PoolFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> Pool<T> |
getConcurrentBucketsPool(int numberOfBuckets,
int initBucketSize,
int maxBucketSize,
PoolableProvider<T> poolableProvider) |
public static final <T> Pool<T> getConcurrentBucketsPool(int numberOfBuckets, int initBucketSize, int maxBucketSize, PoolableProvider<T> poolableProvider)
Copyright © 2000–2022 EPAM Systems. All rights reserved.