Class AbstractExecutorWithFactoryBuilder<T>
- java.lang.Object
-
- com.oracle.coherence.concurrent.config.builders.AbstractExecutorBuilder<T>
-
- com.oracle.coherence.concurrent.config.builders.AbstractExecutorWithFactoryBuilder<T>
-
- Type Parameters:
T- the builder type
- All Implemented Interfaces:
com.tangosol.coherence.config.builder.ParameterizedBuilder<T>
- Direct Known Subclasses:
CachedBuilder,FixedBuilder,SingleBuilder
public abstract class AbstractExecutorWithFactoryBuilder<T> extends AbstractExecutorBuilder<T>
BaseParameterizedBuilderfor named executors that supportthread factories.- Since:
- 21.12
- Author:
- rl 11.26.21
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>m_bldrAParameterizedBuilderthat creates aThreadFactory.-
Fields inherited from class com.oracle.coherence.concurrent.config.builders.AbstractExecutorBuilder
m_name
-
-
Constructor Summary
Constructors Constructor Description AbstractExecutorWithFactoryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetInstanceBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)Sets theThreadFactoryinstance builder.-
Methods inherited from class com.oracle.coherence.concurrent.config.builders.AbstractExecutorBuilder
register, setName
-
-
-
-
Field Detail
-
m_bldr
protected com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> m_bldr
AParameterizedBuilderthat creates aThreadFactory.
-
-
Method Detail
-
setInstanceBuilder
@Injectable("thread-factory") public void setInstanceBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)Sets theThreadFactoryinstance builder.- Parameters:
bldr- theThreadFactoryinstance builder
-
-