Class DefaultAsyncExecutorFactory

java.lang.Object
org.infinispan.hotrod.impl.async.DefaultAsyncExecutorFactory
All Implemented Interfaces:
org.infinispan.commons.executors.ExecutorFactory

public class DefaultAsyncExecutorFactory extends Object implements org.infinispan.commons.executors.ExecutorFactory
Default implementation for ExecutorFactory based on an ThreadPoolExecutor.
Since:
14.0
  • Field Details

  • Constructor Details

    • DefaultAsyncExecutorFactory

      public DefaultAsyncExecutorFactory()
  • Method Details

    • getExecutor

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