Uses of Class
com.oracle.coherence.concurrent.executor.options.Description
-
Packages that use Description Package Description com.oracle.coherence.concurrent.executor.options Options used as metadata for executors or during task submission to the grid. -
-
Uses of Description in com.oracle.coherence.concurrent.executor.options
Fields in com.oracle.coherence.concurrent.executor.options declared as Description Modifier and Type Field Description static Description
Description. UNKNOWN
The description to use when no description has been provided.Methods in com.oracle.coherence.concurrent.executor.options that return Description Modifier and Type Method Description static Description
Description. of(String sDescription)
Obtains aDescription
based on the provided argument.
-