Uses of Class
com.oracle.coherence.common.base.MutableLong
Package
Description
The base package provides a number of classes to complement those in the java.lang package.
-
Uses of MutableLong in com.oracle.coherence.common.base
Modifier and TypeFieldDescriptionprotected final MutableLong
Timeout.f_mlTimeout
Cached reference to the thread's MutableLong holding it's current timeout.Modifier and TypeFieldDescriptionprotected static final ThreadLocal
<MutableLong> Timeout.s_tloTimeout
A thread-local containing the calling thread's timeout value.Modifier and TypeMethodDescriptionstatic ThreadLocal
<MutableLong> MutableLong.createThreadLocal()
Return a ThreadLocal of MutableLong.