Package com.oracle.coherence.concurrent.config.builders
-
Class Summary Class Description AbstractExecutorBuilder<T> BaseParameterizedBuilderfpr named executors.AbstractExecutorWithFactoryBuilder<T> BaseParameterizedBuilderfor named executors that supportthread factories.CachedBuilder AParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a cached thread pool.FixedBuilder AParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a fixed thread pool executor.SingleBuilder AParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a fixed thread pool executor.ThreadFactoryBuilder AParameterizedBuilderfor constructing aThreadFactory.WorkStealingBuilder AParameterizedBuilderfor constructing aNamedExecutorServicewrapper that will construct a work stealing pool executor.