Class WorkStealingBuilder

    • Field Detail

      • m_parallelism

        protected com.tangosol.config.expression.Expression<Integer> m_parallelism
        The parallelism of the executor.
    • Constructor Detail

      • WorkStealingBuilder

        public WorkStealingBuilder()
    • Method Detail

      • realize

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

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

        protected String description​(int nParallelism)
        Creates the description for this executor.
        Parameters:
        nParallelism - the parallelism for the executor
        Returns:
        the description for this executor