public class CouchbaseConfigConnection extends CouchbaseConnection
CouchbaseConnection
that is used for binary config
fetching.
It is used to customize different codepaths and also transparently redirect
logging so that it makes sense as part of the overall application (without
having to modify a lot of code from the inherited classes).Modifier and Type | Class and Description |
---|---|
static class |
CouchbaseConfigConnection.LoggerProxy |
reconfiguring
Constructor and Description |
---|
CouchbaseConfigConnection(int bufSize,
CouchbaseConnectionFactory f,
java.util.List<java.net.InetSocketAddress> a,
java.util.Collection<net.spy.memcached.ConnectionObserver> obs,
net.spy.memcached.FailureMode fm,
net.spy.memcached.OperationFactory opfactory) |
Modifier and Type | Method and Description |
---|---|
protected net.spy.memcached.compat.log.Logger |
getLogger() |
java.lang.String |
toString() |
addOperation, addOperations, handleRetryInformation, handleWokenUpSelector, queueReconnect, reconfigure, replaceConfigWildcards, run
addObserver, addOperation, broadcastOperation, broadcastOperation, checkState, connectionsStatus, createConnections, enqueueOperation, getLocator, handleIO, insertOperation, isShutDown, opSucceeded, opTimedOut, redistributeOperation, redistributeOperations, registerMetrics, removeObserver, retryOperation, shutdown
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
public CouchbaseConfigConnection(int bufSize, CouchbaseConnectionFactory f, java.util.List<java.net.InetSocketAddress> a, java.util.Collection<net.spy.memcached.ConnectionObserver> obs, net.spy.memcached.FailureMode fm, net.spy.memcached.OperationFactory opfactory) throws java.io.IOException
java.io.IOException
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.