public class

BadHostDetectorImpl

extends Object
implements BadHostDetector
java.lang.Object
   ↳ com.netflix.astyanax.connectionpool.impl.BadHostDetectorImpl

Class Overview

BadHostDetector which marks the host as failed if there is a transport exception or if it timed out too many times within a certain time window

Summary

Public Constructors
BadHostDetectorImpl(ConnectionPoolConfiguration config)
Public Methods
BadHostDetector.Instance createInstance()
void removeInstance(BadHostDetector.Instance instance)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.netflix.astyanax.connectionpool.BadHostDetector

Public Constructors

public BadHostDetectorImpl (ConnectionPoolConfiguration config)

Public Methods

public BadHostDetector.Instance createInstance ()

public void removeInstance (BadHostDetector.Instance instance)

public String toString ()