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 DescriptionDescription. UNKNOWNThe 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 DescriptionDescription. of(String sDescription)Obtains aDescriptionbased on the provided argument.
-