Uses of Class
com.oracle.coherence.concurrent.config.NamedExecutorService
-
Packages that use NamedExecutorService Package Description com.oracle.coherence.concurrent.config com.oracle.coherence.concurrent.config.builders com.oracle.coherence.concurrent.config.processors -
-
Uses of NamedExecutorService in com.oracle.coherence.concurrent.config
Methods in com.oracle.coherence.concurrent.config that return NamedExecutorService Modifier and Type Method Description NamedExecutorServiceConcurrentConfiguration. getNamedExecutorService(String sName)Returns theNamedExecutorServicefor the given name, if any.Methods in com.oracle.coherence.concurrent.config that return types with arguments of type NamedExecutorService Modifier and Type Method Description List<NamedExecutorService>ConcurrentConfiguration. getNamedExecutorServices()Return thelistof parsedNamedExecutorServices.Methods in com.oracle.coherence.concurrent.config with parameters of type NamedExecutorService Modifier and Type Method Description voidConcurrentConfiguration. addNamedExecutorService(NamedExecutorService service)Add the specifiedNamedExecutorServiceand register it with the localClusteredExecutorService. -
Uses of NamedExecutorService in com.oracle.coherence.concurrent.config.builders
Methods in com.oracle.coherence.concurrent.config.builders that return NamedExecutorService Modifier and Type Method Description NamedExecutorServiceCachedBuilder. realize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)NamedExecutorServiceFixedBuilder. realize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)NamedExecutorServiceSingleBuilder. realize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)NamedExecutorServiceWorkStealingBuilder. realize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)Methods in com.oracle.coherence.concurrent.config.builders with parameters of type NamedExecutorService Modifier and Type Method Description protected voidAbstractExecutorBuilder. register(NamedExecutorService namedExecutorService)Register theNamedExecutorServicewith the localClusteredExecutorService. -
Uses of NamedExecutorService in com.oracle.coherence.concurrent.config.processors
Classes in com.oracle.coherence.concurrent.config.processors with type parameters of type NamedExecutorService Modifier and Type Class Description classAbstractExecutorProcessor<T extends com.tangosol.coherence.config.builder.ParameterizedBuilder<NamedExecutorService>>Base class forElementProcessors producingNamedExecutorServiceinstances.Methods in com.oracle.coherence.concurrent.config.processors that return NamedExecutorService Modifier and Type Method Description NamedExecutorServiceAbstractExecutorProcessor. process(com.tangosol.config.xml.ProcessingContext context, com.tangosol.run.xml.XmlElement xmlElement)
-