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

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

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

Methods in com.netflix.astyanax.connectionpool that return LatencyScoreStrategy.Instance
 LatencyScoreStrategy.Instance LatencyScoreStrategy.createInstance()
          Create a new instance to associate with an endpoint
 

Methods in com.netflix.astyanax.connectionpool with parameters of type LatencyScoreStrategy.Instance
 void LatencyScoreStrategy.removeInstance(LatencyScoreStrategy.Instance instance)
          Remove the instance for an endpoint that is no longer being tracked
 

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

Classes in com.netflix.astyanax.connectionpool.impl that implement LatencyScoreStrategy.Instance
 class SmaLatencyScoreStrategyInstanceImpl
           
 

Methods in com.netflix.astyanax.connectionpool.impl that return LatencyScoreStrategy.Instance
 LatencyScoreStrategy.Instance SmaLatencyScoreStrategyImpl.createInstance()
           
protected  LatencyScoreStrategy.Instance SmaLatencyScoreStrategyImpl.internalCreateInstance()
           
 

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

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

Methods in com.netflix.astyanax.shallows that return LatencyScoreStrategy.Instance
 LatencyScoreStrategy.Instance EmptyLatencyScoreStrategyImpl.createInstance()
           
 

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



Copyright © 2012. All Rights Reserved.