Uses of Class
com.oracle.coherence.common.base.MutableLong
Packages that use 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
Fields in com.oracle.coherence.common.base declared as MutableLongModifier and TypeFieldDescriptionprotected final 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 MutableLongModifier and TypeFieldDescriptionprotected static final ThreadLocal
<MutableLong> Timeout.s_tloTimeout
A thread-local containing the calling thread's timeout value.Methods in com.oracle.coherence.common.base that return MutableLongMethods in com.oracle.coherence.common.base that return types with arguments of type MutableLongModifier and TypeMethodDescriptionstatic ThreadLocal
<MutableLong> MutableLong.createThreadLocal()
Return a ThreadLocal of MutableLong.Methods in com.oracle.coherence.common.base with parameters of type MutableLong