Uses of Package
com.oracle.coherence.concurrent.config.builders
-
Packages that use com.oracle.coherence.concurrent.config.builders Package Description com.oracle.coherence.concurrent.config.builders com.oracle.coherence.concurrent.config.processors -
Classes in com.oracle.coherence.concurrent.config.builders used by com.oracle.coherence.concurrent.config.builders Class Description AbstractExecutorBuilder BaseParameterizedBuilderfpr named executors.AbstractExecutorWithFactoryBuilder BaseParameterizedBuilderfor named executors that supportthread factories. -
Classes in com.oracle.coherence.concurrent.config.builders used by com.oracle.coherence.concurrent.config.processors Class Description 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.