com.twitter.finagle

exp

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BackupRequestFilter[Req, Rep] extends SimpleFilter[Req, Rep]

    Issue a backup request after a threshold time has elapsed, useful for curtailing tail latencies in distributed systems.

  2. class DarkTrafficFilter[Req, Rep] extends SimpleFilter[Req, Rep]

    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]

    A filter that forwards thrift requests to a specified service.

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

Inherited from AnyRef

Inherited from Any

Ungrouped