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:
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.coherence.config.builder.ParameterizedBuilder
ParameterizedBuilder.ReflectionSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected 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(ParameterizedBuilder<ThreadFactory> bldr)Sets theThreadFactoryinstance builder.-
Methods inherited from class com.oracle.coherence.concurrent.config.builders.AbstractExecutorBuilder
register, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tangosol.coherence.config.builder.ParameterizedBuilder
realize
-
-
-
-
Field Detail
-
m_bldr
protected ParameterizedBuilder<ThreadFactory> m_bldr
AParameterizedBuilderthat creates aThreadFactory.
-
-
Method Detail
-
setInstanceBuilder
@Injectable("thread-factory") public void setInstanceBuilder(ParameterizedBuilder<ThreadFactory> bldr)
Sets theThreadFactoryinstance builder.- Parameters:
bldr- theThreadFactoryinstance builder
-
-