Class FixedAsyncPool<T>

  • All Implemented Interfaces:
    AsyncPool<T>

    public final class FixedAsyncPool<T>
    extends Object
    implements AsyncPool<T>
    Author:
    Sergey Polovko
    • Constructor Detail

      • FixedAsyncPool

        public FixedAsyncPool​(PooledObjectHandler<T> handler,
                              int minSize,
                              int maxSize,
                              int waitQueueMaxSize,
                              long keepAliveTimeMillis,
                              long maxIdleTimeMillis)