类的使用
cn.wjybxx.base.pool.ConcurrentArrayPool.Builder
-
cn.wjybxx.base.pool中ConcurrentArrayPool.Builder的使用
修饰符和类型方法说明ConcurrentArrayPool.Builder.addBucket(int arrayCapacity, int cacheCount) static <T> ConcurrentArrayPool.Builder<T> ConcurrentArrayPool.newBuilder(Class<T> arrayType) ConcurrentArrayPool.Builder.setArrayGrowFactor(double arrayGrowFactor) ConcurrentArrayPool.Builder.setBucketGrowFactor(double bucketGrowFactor) ConcurrentArrayPool.Builder.setClear(boolean clear) ConcurrentArrayPool.Builder.setDefCapacity(int defCapacity) ConcurrentArrayPool.Builder.setFirstBucketLength(int firstBucketLength) ConcurrentArrayPool.Builder.setLookAhead(int lookAhead) ConcurrentArrayPool.Builder.setMaxCapacity(int maxCapacity)