public class FastThreadLocalThread extends Thread
Thread
that provides fast access to FastThreadLocal
variables.Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
FastThreadLocalThread() |
FastThreadLocalThread(Runnable target) |
FastThreadLocalThread(Runnable target,
String name) |
FastThreadLocalThread(String name) |
FastThreadLocalThread(ThreadGroup group,
Runnable target) |
FastThreadLocalThread(ThreadGroup group,
Runnable target,
String name) |
FastThreadLocalThread(ThreadGroup group,
Runnable target,
String name,
long stackSize) |
FastThreadLocalThread(ThreadGroup group,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
setThreadLocalMap(io.netty.util.internal.InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the thread-local variables bound to this thread.
|
io.netty.util.internal.InternalThreadLocalMap |
threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.
|
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public FastThreadLocalThread()
public FastThreadLocalThread(Runnable target)
public FastThreadLocalThread(ThreadGroup group, Runnable target)
public FastThreadLocalThread(String name)
public FastThreadLocalThread(ThreadGroup group, String name)
public FastThreadLocalThread(ThreadGroup group, Runnable target, String name)
public FastThreadLocalThread(ThreadGroup group, Runnable target, String name, long stackSize)
public final io.netty.util.internal.InternalThreadLocalMap threadLocalMap()
public final void setThreadLocalMap(io.netty.util.internal.InternalThreadLocalMap threadLocalMap)
Copyright © 2008–2017 The Netty Project. All rights reserved.