Package | Description |
---|---|
com.couchbase.client.internal |
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) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.