Class CommonThreadLocal<T>
java.lang.Object
com.aizuda.snailjob.client.common.threadlocal.CommonThreadLocal<T>
- All Implemented Interfaces:
SnailThreadLocal<T>
ThreadLocal实现类
- Since:
- sj_1.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommonThreadLocal
-
-
Method Details
-
set
- Specified by:
setin interfaceSnailThreadLocal<T>
-
remove
public void remove()- Specified by:
removein interfaceSnailThreadLocal<T>
-
get
- Specified by:
getin interfaceSnailThreadLocal<T>
-