Thread.State, Thread.UncaughtExceptionHandler
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 String |
MECH_SEPARATOR |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
listSupportedSASLMechanisms(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 String MECH_SEPARATOR
public AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)
Copyright © 2015. All rights reserved.