public class ThreadLocalState extends Object
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<long[]> |
tl_longAry |
static ThreadLocal<HashMap<String,Long>> |
tl_LongMap |
static ThreadLocal<HashMap<String,Object>> |
tl_ObjectMap |
| Constructor and Description |
|---|
ThreadLocalState() |
public static ThreadLocal<HashMap<String,Object>> tl_ObjectMap
public static ThreadLocal<HashMap<String,Long>> tl_LongMap
public static ThreadLocal<long[]> tl_longAry
Copyright © 2018. All rights reserved.