Uses of Class
com.oracle.coherence.concurrent.executor.options.Name
-
Packages that use Name Package Description com.oracle.coherence.concurrent.executor.options Options used as metadata for executors or during task submission to the grid. -
-
Uses of Name in com.oracle.coherence.concurrent.executor.options
Fields in com.oracle.coherence.concurrent.executor.options declared as Name Modifier and Type Field Description static Name
Name. UNNAMED
Name group for executors registered without a name.Methods in com.oracle.coherence.concurrent.executor.options that return Name Modifier and Type Method Description static Name
Name. of(String sName)
Obtains aName
with a specific name.
-