Class 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>
    Base ParameterizedBuilder for named executors that support thread factories.
    Since:
    21.12
    Author:
    rl 11.26.21
    • Field Detail

      • m_bldr

        protected com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> m_bldr
        A ParameterizedBuilder that creates a ThreadFactory.
    • Constructor Detail

      • AbstractExecutorWithFactoryBuilder

        public AbstractExecutorWithFactoryBuilder()
    • Method Detail

      • setInstanceBuilder

        @Injectable("thread-factory")
        public void setInstanceBuilder​(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)
        Sets the ThreadFactory instance builder.
        Parameters:
        bldr - the ThreadFactory instance builder