Packages

package buoyant

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

Type Members

  1. sealed trait Dst extends AnyRef
  2. class FailureAccrualFactory [Req, Rep] extends liveness.FailureAccrualFactory[Req, Rep]
  3. class RetryFilter [Req, Rep] extends Filter[Req, Rep, Req, Rep]

    Cribbed from: https://github.com/twitter/finagle/blob/develop/finagle-core/src/main/scala/com/twitter/finagle/service/RetryFilter.scala

    Cribbed from: https://github.com/twitter/finagle/blob/develop/finagle-core/src/main/scala/com/twitter/finagle/service/RetryFilter.scala

    Copied here and modified in order to change the type of stats exported by the filter.

  4. case class Sampler (sampleRate: Var[Float]) extends Product with Serializable

    Decides if a trace should be sampled.

    Decides if a trace should be sampled.

    Based on com.twitter.finagle.zipkin.thrift.Sampler.

Value Members

  1. def syntheticException: ResponseClassificationSyntheticException
  2. object Dst
  3. object DstTracing
  4. object EncodeResidual
  5. object FailureAccrualFactory

    A replacement for Finagle's FailureAccrualFactory that reads the respones classifier from the request local context.

  6. object RetryFilter
  7. object Sampler extends Serializable
  8. object TotalTimeout

    This stack module is intended to enforce a total timeout on a request including all retries.

    This stack module is intended to enforce a total timeout on a request including all retries. To do this it must be installed above all retry filters in the stack.

  9. object TraceInitializer

Inherited from AnyRef

Inherited from Any

Ungrouped