com.hazelcast.util
Class ThreadUtil

java.lang.Object
  extended by com.hazelcast.util.ThreadUtil

public final class ThreadUtil
extends Object

Utility class to manipulate and query thread id


Method Summary
static long getThreadId()
           
static void removeThreadId()
           
static void setThreadId(long threadId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreadId

public static long getThreadId()

setThreadId

public static void setThreadId(long threadId)

removeThreadId

public static void removeThreadId()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.