Package icu.easyj.core.context.impls
Class FastThreadLocalContextImpl
java.lang.Object
icu.easyj.core.context.impls.FastThreadLocalContextImpl
- All Implemented Interfaces:
Context
@LoadLevel(name="fast-thread-local",
order=0)
@DependsOnClass(io.netty.util.concurrent.FastThreadLocal.class)
public class FastThreadLocalContextImpl
extends Object
implements Context
存储于
FastThreadLocal 的上下文- Author:
- wangliang181230
-
Constructor Details
-
FastThreadLocalContextImpl
public FastThreadLocalContextImpl()
-
-
Method Details
-
map
-
put
Description copied from interface:Context设置值 -
get
Description copied from interface:Context获取值 -
remove
Description copied from interface:Context移除值 -
containsKey
Description copied from interface:Context是否含有键- Specified by:
containsKeyin interfaceContext- Parameters:
key- 键- Returns:
- true=包含 | false=不包含
-
entries
Description copied from interface:Context获取所有上下文 -
clear
public void clear()Description copied from interface:Context清空上下文
-