com.twitter.finagle

pool

package pool

Visibility
  1. Public
  2. All

Type Members

  1. class BufferingPool[Req, Rep] extends ServiceFactory[Req, Rep]

  2. class ReusingPool[Req, Rep] extends ServiceFactoryProxy[Req, Rep]

    A pool that maintains at most one service from the underlying ServiceFactory.

  3. class WatermarkPool[Req, Rep] extends ServiceFactory[Req, Rep]

    The watermark pool is an object pool with low & high watermarks.

Ungrouped