Package | Description |
---|---|
com.liferay.portal.kernel.memory | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SoftReferenceThreadLocal<T> |
Modifier and Type | Class and Description |
---|---|
class |
AutoResetThreadLocal<T> |
class |
InitialThreadLocal<T> |
Modifier and Type | Method and Description |
---|---|
static Map<CentralizedThreadLocal<?>,Object> |
CentralizedThreadLocal.getLongLivedThreadLocals() |
static Map<CentralizedThreadLocal<?>,Object> |
CentralizedThreadLocal.getShortLivedThreadLocals() |
Modifier and Type | Method and Description |
---|---|
static void |
CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals,
Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals) |
static void |
CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals,
Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals) |