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 NameName. UNNAMEDName group for executors registered without a name.Methods in com.oracle.coherence.concurrent.executor.options that return Name Modifier and Type Method Description static NameName. of(String sName)Obtains aNamewith a specific name.
-