Package

com.twitter.finagle.service

exp

Permalink

package exp

Visibility
  1. Public
  2. All

Type Members

  1. abstract class FailureAccrualPolicy extends AnyRef

    Permalink

    A FailureAccrualPolicy is used by FailureAccrualFactory to determine whether to mark an endpoint dead upon a request failure.

    A FailureAccrualPolicy is used by FailureAccrualFactory to determine whether to mark an endpoint dead upon a request failure. On each successful response, FailureAccrualFactory calls recordSuccess(). On each failure, FailureAccrualFactory calls markDeadOnFailure() to obtain the duration to mark the endpoint dead for; (Some(Duration)), or None.

    See also

    The user guide for more details.

Value Members

  1. object FailureAccrualPolicy

    Permalink

Ungrouped