Uses of Class
com.oracle.coherence.concurrent.executor.options.Name
-
Packages that use Name Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.options -
-
Uses of Name in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as Name Modifier and Type Field Description protected NameNamedClusteredExecutorService. f_nameThe executor's logical name.Methods in com.oracle.coherence.concurrent.executor that return Name Modifier and Type Method Description NameNamedClusteredExecutorService. getName()Return theNameof thisNamedClusteredExecutorService.Constructors in com.oracle.coherence.concurrent.executor with parameters of type Name Constructor Description NamedClusteredExecutorService(Name name)Constructs aNamedClusteredExecutorServicefor the givenName.NamedOrchestration(ClusteredExecutorService clusteredExecutorService, Name name, Task<T> task) -
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.
-