| Package | Description | 
|---|---|
| com.oracle.coherence.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_mlTimeout
Cached reference to the thread's MutableLong holding it's current timeout. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ThreadLocal<MutableLong> | 
Timeout.s_tloTimeout
A 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 | 
|---|---|
static ThreadLocal<MutableLong> | 
MutableLong.createThreadLocal()
Return a ThreadLocal of MutableLong. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
MutableLong.compareTo(MutableLong that)  |