public class InternalForkJoinWorkerThread extends ForkJoinWorkerThread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| 构造器和说明 |
|---|
InternalForkJoinWorkerThread(ForkJoinPool pool) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the thread-local variables bound to this thread.
|
InternalThreadLocalMap |
threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.
|
getPool, getPoolIndex, onStart, onTermination, runactiveCount, 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, yieldpublic InternalForkJoinWorkerThread(ForkJoinPool pool)
public final InternalThreadLocalMap threadLocalMap()
public final void setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Copyright © 2018. All rights reserved.