A class eligible for configuring a com.twitter.finagle.Stackable default pool module.
A class eligible for configuring a com.twitter.finagle.Stackable default pool module.
The low watermark used in the Watermark pool. If there is sufficient request concurrency, no fewer connections will be maintained by the pool.
The high watermark. The pool will not maintain more connections than this.
Specifies the size of the lock-free buffer in front of the pool configuration. Skipped if 0.
The amount of idle time for which a connection is cached. This is applied to connections that number greater than the low watermark but fewer than the high.
The maximum number of connection requests that are queued when the connection concurrency exceeds the high watermark.
A com.twitter.finagle.Stackable client connection pool.
A com.twitter.finagle.Stackable client connection pool.
com.twitter.finagle.pool.CachingPool.