Thread
that provides fast access to FastThreadLocal
variables.
Modifier and Type | Field and Description |
---|---|
private final boolean | |
private static final InternalLogger | |
private InternalThreadLocalMap | threadLocalMap
Deprecated
as a consequence of
InternalThreadLocalMap being deprecated.
|
Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public | |
public | |
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: false , unless overriden by a subclass.Query whether this thread is allowed to perform blocking calls or not. |
public final void | setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Deprecated
as a consequence of
Sets the internal data structure that keeps the thread-local variables bound to this thread.
InternalThreadLocalMap being deprecated.
|
public final InternalThreadLocalMap | threadLocalMap()
Deprecated
as a consequence of
Returns the internal data structure that keeps the thread-local variables bound to this thread.
InternalThreadLocalMap being deprecated.
|
public boolean | willCleanupFastThreadLocals()
Returns |
public static boolean | willCleanupFastThreadLocals(Thread thread)
Returns |
cleanupFastThreadLocals | back to summary |
---|---|
private final boolean cleanupFastThreadLocals |
logger | back to summary |
---|---|
private static final InternalLogger logger |
threadLocalMap | back to summary |
---|---|
private InternalThreadLocalMap threadLocalMap
Deprecated as a consequence of |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread() |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(Runnable target) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(ThreadGroup group, Runnable target) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(String name) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(ThreadGroup group, String name) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(Runnable target, String name) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(ThreadGroup group, Runnable target, String name) |
FastThreadLocalThread | back to summary |
---|---|
public FastThreadLocalThread(ThreadGroup group, Runnable target, String name, long stackSize) |
permitBlockingCalls | back to summary |
---|---|
public boolean permitBlockingCalls() Query whether this thread is allowed to perform blocking calls or not.
Subclasses of
|
setThreadLocalMap | back to summary |
---|---|
public final void setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Deprecated as a consequence of Sets the internal data structure that keeps the thread-local variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time. |
threadLocalMap | back to summary |
---|---|
public final InternalThreadLocalMap threadLocalMap()
Deprecated as a consequence of Returns the internal data structure that keeps the thread-local variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time. |
willCleanupFastThreadLocals | back to summary |
---|---|
public boolean willCleanupFastThreadLocals() Returns
|
willCleanupFastThreadLocals | back to summary |
---|---|
public static boolean willCleanupFastThreadLocals(Thread thread) Returns
|