Uses of Class
com.couchbase.client.CouchbaseConnection

Packages that use CouchbaseConnection
com.couchbase.client.internal   
 

Uses of CouchbaseConnection in com.couchbase.client.internal
 

Constructors in com.couchbase.client.internal with parameters of type CouchbaseConnection
AdaptiveThrottler(CouchbaseConnection conn, net.spy.memcached.protocol.binary.BinaryOperationFactory opFact, java.net.InetSocketAddress node)
          Initialize the Throttler with sensible default settings.
AdaptiveThrottler(CouchbaseConnection conn, net.spy.memcached.protocol.binary.BinaryOperationFactory opFact, java.net.InetSocketAddress node, int normalStatsInterval, int highStatsInterval, int criticalStatsInterval, int highSleep, int criticalSleep)
          Construct the AdaptiveThrottler with all possible options.
ThrottleManager(java.util.List<java.net.InetSocketAddress> initialNodes, java.lang.Class<T> throttler, CouchbaseConnection conn, net.spy.memcached.OperationFactory opFact)
           
 



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