Uses of Interface
com.oracle.coherence.concurrent.executor.RemoteExecutor
-
Packages that use RemoteExecutor Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal.cdi -
-
Uses of RemoteExecutor in com.oracle.coherence.concurrent.executor
Subinterfaces of RemoteExecutor in com.oracle.coherence.concurrent.executor Modifier and Type Interface Description interfaceTaskExecutorServiceAnExecutorServicethat orchestrates execution of submitted executables, for exampleRunnables,Callables andTasks, across zero or more registeredExecutorServices.Classes in com.oracle.coherence.concurrent.executor that implement RemoteExecutor Modifier and Type Class Description classClusteredExecutorServiceAn Oracle Coherence basedTaskExecutorService.classNamedClusteredExecutorServiceAClusteredExecutorServicethat dispatches to executors associated with a logical name.Methods in com.oracle.coherence.concurrent.executor that return RemoteExecutor Modifier and Type Method Description static RemoteExecutorRemoteExecutor. get(String sName)Return theRemoteExecutorfor the given name.static RemoteExecutorRemoteExecutor. getDefault()Return the default executor. -
Uses of RemoteExecutor in com.oracle.coherence.concurrent.executor.internal.cdi
Methods in com.oracle.coherence.concurrent.executor.internal.cdi that return RemoteExecutor Modifier and Type Method Description RemoteExecutorRemoteExecutorProducer. getRemoteExecutor(javax.enterprise.inject.spi.InjectionPoint injectionPoint)RemoteExecutorRemoteExecutorProducer. getUnqualifiedRemoteExecutor(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
-