T
- the typepublic class DebuggingThreadLocal<T> extends Object
Constructor and Description |
---|
DebuggingThreadLocal() |
Modifier and Type | Method and Description |
---|---|
T |
get() |
HashMap<Long,T> |
getSnapshotOfAllThreads()
Get a snapshot of the data of all threads.
|
void |
remove()
Remove the value for the current thread.
|
void |
set(T value) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.