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 | Method and 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.
|