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

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

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

Methods in com.netflix.astyanax.connectionpool that return BadHostDetector.Instance
 BadHostDetector.Instance BadHostDetector.createInstance()
           
 

Methods in com.netflix.astyanax.connectionpool with parameters of type BadHostDetector.Instance
 void BadHostDetector.removeInstance(BadHostDetector.Instance instance)
           
 

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

Methods in com.netflix.astyanax.connectionpool.impl that return BadHostDetector.Instance
 BadHostDetector.Instance BadHostDetectorImpl.createInstance()
           
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type BadHostDetector.Instance
 void BadHostDetectorImpl.removeInstance(BadHostDetector.Instance instance)
           
 

Uses of BadHostDetector.Instance in com.netflix.astyanax.shallows
 

Methods in com.netflix.astyanax.shallows that return BadHostDetector.Instance
 BadHostDetector.Instance EmptyBadHostDetectorImpl.createInstance()
           
 

Methods in com.netflix.astyanax.shallows with parameters of type BadHostDetector.Instance
 void EmptyBadHostDetectorImpl.removeInstance(BadHostDetector.Instance instance)
           
 



Copyright © 2012. All Rights Reserved.