public class DefaultAsyncExecutorFactory extends Object implements ExecutorFactory
org.infinispan.executors.ExecutorFactory
based on an ThreadPoolExecutor
.Modifier and Type | Field and Description |
---|---|
static AtomicInteger |
counter |
static String |
THREAD_NAME |
Constructor and Description |
---|
DefaultAsyncExecutorFactory() |
Modifier and Type | Method and Description |
---|---|
ExecutorService |
getExecutor(Properties p) |
public static final String THREAD_NAME
public static final AtomicInteger counter
public ExecutorService getExecutor(Properties p)
getExecutor
in interface ExecutorFactory
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.