Uses of Interface
com.netflix.astyanax.connectionpool.BadHostDetector

Packages that use BadHostDetector
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.shallows   
 

Uses of BadHostDetector in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool that return BadHostDetector
 BadHostDetector ConnectionPoolConfiguration.getBadHostDetector()
          TODO
 

Uses of BadHostDetector in com.netflix.astyanax.connectionpool.impl
 

Classes in com.netflix.astyanax.connectionpool.impl that implement BadHostDetector
 class BadHostDetectorImpl
          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
 

Fields in com.netflix.astyanax.connectionpool.impl declared as BadHostDetector
static BadHostDetector ConnectionPoolConfigurationImpl.DEFAULT_BAD_HOST_DETECTOR
           
 

Methods in com.netflix.astyanax.connectionpool.impl that return BadHostDetector
 BadHostDetector ConnectionPoolConfigurationImpl.getBadHostDetector()
           
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type BadHostDetector
 ConnectionPoolConfigurationImpl ConnectionPoolConfigurationImpl.setBadHostDetector(BadHostDetector badHostDetector)
           
 

Uses of BadHostDetector in com.netflix.astyanax.shallows
 

Classes in com.netflix.astyanax.shallows that implement BadHostDetector
 class EmptyBadHostDetectorImpl
           
 



Copyright © 2012. All Rights Reserved.