|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.util.ThreadUtil
public final class ThreadUtil
Utility class to manipulate and query thread id
| Method Summary | |
|---|---|
static long |
getThreadId()
Get the thread id |
static void |
removeThreadId()
Remove the thread id |
static void |
setThreadId(long threadId)
Set the thread id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long getThreadId()
public static void setThreadId(long threadId)
threadId - thread id to setpublic static void removeThreadId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||