Uses of Class
com.oracle.coherence.common.base.Timeout
-
Packages that use Timeout 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 Timeout in com.oracle.coherence.common.base
Methods in com.oracle.coherence.common.base that return Timeout Modifier and Type Method Description static Timeout
Timeout. after(long cMillis)
Specify a new timeout.static Timeout
Timeout. after(long time, TimeUnit unit)
Specify a new timeout.static Timeout
Timeout. override(long cMillis)
Specify a new timeout, potentially extending an already active timeout.
-