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
addedQueue, failureMode, locator, metrics, metricType, nodesToShutdown, running, selector, shutDown
Constructor and Description |
---|
CouchbaseConfigConnection(int bufSize,
CouchbaseConnectionFactory f,
java.util.List<java.net.InetSocketAddress> a,
java.util.Collection<ConnectionObserver> obs,
FailureMode fm,
OperationFactory opfactory) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
getLogger()
Get a Logger instance for this class.
|
java.lang.String |
toString() |
addOperation, addOperations, handleRetryInformation, handleWokenUpSelector, queueReconnect, reconfigure, replaceConfigWildcards, run
addObserver, addOperation, broadcastOperation, broadcastOperation, checkState, connectionsStatus, createConnections, enqueueOperation, getLocator, handleIO, insertOperation, opSucceeded, opTimedOut, registerMetrics, removeObserver, 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<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class MemcachedConnection
Copyright © 2006-2009 Dustin Sallings, 2009-2014 Couchbase, Inc.