public class AuthThread extends SpyThread
Modifier and Type | Field and Description |
---|---|
static int |
AUTH_ROUNDTRIP_THRESHOLD
If a SASL step takes longer than this period in milliseconds, a warning
will be issued instead of a debug message.
|
static int |
AUTH_TOTAL_THRESHOLD
If the total AUTH steps take longer than this period in milliseconds, a
warning will be issued instead of a debug message.
|
static java.lang.String |
MECH_SEPARATOR |
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
listSupportedSASLMechanisms(java.util.concurrent.atomic.AtomicBoolean done) |
void |
run() |
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, toString, yield
public static final int AUTH_ROUNDTRIP_THRESHOLD
public static final int AUTH_TOTAL_THRESHOLD
public static final java.lang.String MECH_SEPARATOR
public AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.