Uses of Interface
com.couchbase.client.internal.Throttler

Packages that use Throttler
com.couchbase.client.internal   
 

Uses of Throttler in com.couchbase.client.internal
 

Classes in com.couchbase.client.internal with type parameters of type Throttler
 class ThrottleManager<T extends Throttler>
          The ThrottleManager handles Throttle instances which are bound to their corresponding MemcachedNodes.
 

Classes in com.couchbase.client.internal that implement Throttler
 class AdaptiveThrottler
          The AdaptiveThrottler allows dynamic backoff of memcached operations to make sure the server is not overloaded to more then a certain level.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.