@LoadLevel(name="FastThreadLocalContextCore", order=-2147483647) public class FastThreadLocalContextCore extends Object implements ContextCore
| Constructor and Description |
|---|
FastThreadLocalContextCore() |
public Object put(String key, Object value)
ContextCoreput in interface ContextCorekey - the keyvalue - the valuepublic Object get(String key)
ContextCoreget in interface ContextCorekey - the keypublic Object remove(String key)
ContextCoreremove in interface ContextCorekey - the keypublic Map<String,Object> entries()
ContextCoreentries in interface ContextCoreCopyright © 2023 Seata. All rights reserved.