Package | Description |
---|---|
com.couchbase.client.internal | |
com.couchbase.client.vbucket.provider |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseConfigConnection
A custom
CouchbaseConnection that is used for binary config
fetching. |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.