Class ThreadPoolConfiguration


  • public class ThreadPoolConfiguration
    extends Object
    Author:
    Galder ZamarreƱo
    • Constructor Detail

      • ThreadPoolConfiguration

        protected ThreadPoolConfiguration​(ThreadFactory threadFactory,
                                          org.infinispan.commons.executors.ThreadPoolExecutorFactory threadPoolFactory)
    • Method Detail

      • threadPoolFactory

        public <T extends org.infinispan.commons.executors.ThreadPoolExecutorFactory> T threadPoolFactory()
      • threadFactory

        public <T extends ThreadFactory> T threadFactory()