Class DefaultExecutorFactory

java.lang.Object
org.infinispan.executors.DefaultExecutorFactory
All Implemented Interfaces:
org.infinispan.commons.executors.ExecutorFactory

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

    • DefaultExecutorFactory

      public DefaultExecutorFactory()
  • Method Details

    • getExecutor

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