Package

com.twitter.finagle

exp

Permalink

package exp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. exp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractDarkTrafficFilter extends AnyRef

    Permalink
  2. class DarkTrafficFilter[Req, Rep] extends SimpleFilter[Req, Rep] with AbstractDarkTrafficFilter

    Permalink

    Forwards dark traffic to the given service when the given function returns true for a request.

  3. abstract class ForwardingWarmUpFilter[Req, Rep] extends SimpleFilter[Req, Rep]

    Permalink

    A filter that forwards thrift requests to a specified service.

    A filter that forwards thrift requests to a specified service. It enables a smooth start of processing the requests by slowly increasing the percentage of requests that are being processed and lowering the amount of requests that are being forwarded.

  4. class ThriftForwardingWarmUpFilter extends ForwardingWarmUpFilter[Array[Byte], Array[Byte]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped