Class FixedBuilder

    • Field Detail

      • m_threadCount

        protected com.tangosol.config.expression.Expression<Integer> m_threadCount
        The number of threads;
    • Constructor Detail

      • FixedBuilder

        public FixedBuilder()
    • Method Detail

      • realize

        public NamedExecutorService realize​(com.tangosol.config.expression.ParameterResolver resolver,
                                            ClassLoader loader,
                                            com.tangosol.coherence.config.ParameterList listParameters)
      • setThreadCount

        @Injectable("thread-count")
        public void setThreadCount​(com.tangosol.config.expression.Expression<Integer> threadCount)
        Set the number of threads to be used by this executor.
        Parameters:
        threadCount - the number of threads to be used by this executor
      • description

        protected String description​(int cThreadCount,
                                     ThreadFactory factory)
        Creates the description for this executor.
        Parameters:
        factory - the ThreadFactory, if any
        Returns:
        the description for this executor