Uses of Class
com.oracle.coherence.concurrent.config.builders.AbstractExecutorBuilder
-
Packages that use AbstractExecutorBuilder Package Description com.oracle.coherence.concurrent.config.builders -
-
Uses of AbstractExecutorBuilder in com.oracle.coherence.concurrent.config.builders
Subclasses of AbstractExecutorBuilder in com.oracle.coherence.concurrent.config.builders Modifier and Type Class Description classAbstractExecutorWithFactoryBuilder<T>BaseParameterizedBuilderfor named executors that supportthread factories.classCachedBuilderAParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a cached thread pool.classFixedBuilderAParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a fixed thread pool executor.classSingleBuilderAParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a fixed thread pool executor.classWorkStealingBuilderAParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a work stealing pool executor.
-