Class DefaultExecutorFactory

  • All Implemented Interfaces:
    org.infinispan.commons.executors.ExecutorFactory, org.infinispan.commons.executors.SecurityAwareExecutorFactory

    public class DefaultExecutorFactory
    extends Object
    implements org.infinispan.commons.executors.SecurityAwareExecutorFactory
    Default executor factory that creates executors using the JDK Executors service.
    Since:
    4.0
    Author:
    Manik Surtani, Tristan Tarrant
    • Constructor Detail

      • DefaultExecutorFactory

        public DefaultExecutorFactory()
    • Method Detail

      • getExecutor

        public ExecutorService getExecutor​(Properties p)
        Specified by:
        getExecutor in interface org.infinispan.commons.executors.ExecutorFactory