Uses of Class
com.oracle.coherence.common.base.MutableLong
-
Packages that use MutableLong Package Description com.oracle.coherence.common.base 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
Fields in com.oracle.coherence.common.base declared as MutableLong Modifier and Type Field Description protected MutableLong
Timeout. f_mlTimeout
Cached reference to the thread's MutableLong holding it's current timeout.Fields in com.oracle.coherence.common.base with type parameters of type MutableLong Modifier and Type Field Description protected static ThreadLocal<MutableLong>
Timeout. s_tloTimeout
A thread-local containing the calling thread's timeout value.Methods in com.oracle.coherence.common.base that return MutableLong Modifier and Type Method Description MutableLong
MutableLong. set(long lValue)
Update the valueMethods in com.oracle.coherence.common.base that return types with arguments of type MutableLong Modifier and Type Method Description static ThreadLocal<MutableLong>
MutableLong. createThreadLocal()
Return a ThreadLocal of MutableLong.Methods in com.oracle.coherence.common.base with parameters of type MutableLong Modifier and Type Method Description int
MutableLong. compareTo(MutableLong that)
-