Class ThreadFactoryBuilder

  • All Implemented Interfaces:
    com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>

    public class ThreadFactoryBuilder
    extends Object
    implements com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>
    A ParameterizedBuilder for constructing a ThreadFactory.
    Since:
    21.12
    Author:
    rl 11.20.26
    • Field Detail

      • m_bldr

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

      • ThreadFactoryBuilder

        public ThreadFactoryBuilder()
    • Method Detail

      • realize

        public ThreadFactory realize​(com.tangosol.config.expression.ParameterResolver resolver,
                                     ClassLoader loader,
                                     com.tangosol.coherence.config.ParameterList listParameters)
        Specified by:
        realize in interface com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>
      • setInstanceBuilder

        @Injectable("instance")
        public void setInstanceBuilder​(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)
        Set the ParameterizedBuilder that will be used to construct the ThreadFactory.
        Parameters:
        bldr - the ParameterizedBuilder that will be used to construct the ThreadFactory