Package org.infinispan.executors
Class WithinThreadExecutorFactory
- java.lang.Object
-
- org.infinispan.executors.WithinThreadExecutorFactory
-
- All Implemented Interfaces:
ExecutorFactory
public class WithinThreadExecutorFactory extends Object implements ExecutorFactory
Executor factory that creates WithinThreadExecutor. This executor executes the tasks in the caller thread.- Since:
- 5.3
- Author:
- Pedro Ruivo
-
-
Constructor Summary
Constructors Constructor Description WithinThreadExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorService
getExecutor(Properties p)
-
-
-
Method Detail
-
getExecutor
public ExecutorService getExecutor(Properties p)
- Specified by:
getExecutor
in interfaceExecutorFactory
-
-