Class LDAPUtils.CachedPoolOptions

  • Enclosing class:
    LDAPUtils

    public static class LDAPUtils.CachedPoolOptions
    extends Object
    A model object that contains the settings used for cached connection pools.
    • Constructor Detail

      • CachedPoolOptions

        public CachedPoolOptions​(int minSize,
                                 int maxSize,
                                 long idleTimeout,
                                 TimeUnit timeoutTimeUnit)
        Creates a new LDAPUtils.CachedPoolOptions object.
        Parameters:
        minSize - The minimum size of the pool.
        maxSize - The maximum size of the pool.
        idleTimeout - The time out period, after which unused non-core connections will be closed.
        timeoutTimeUnit - The time unit for the idleTimeout setting.