| Package | Description | 
|---|---|
| com.oracle.common.base | The base package provides a number of classes to complement those in the java.lang package. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MutableLong | Timeout. f_mlTimeoutCached reference to the thread's MutableLong holding it's current timeout. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static ThreadLocal<MutableLong> | Timeout. s_tloTimeoutA thread-local containing the calling thread's timeout value. | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableLong | MutableLong. set(long lValue)Update the value | 
| Modifier and Type | Method and Description | 
|---|---|
| int | MutableLong. compareTo(MutableLong that) |