Package org.cache2k.core.concurrency
Class DefaultThreadFactoryProvider
- java.lang.Object
-
- org.cache2k.core.concurrency.DefaultThreadFactoryProvider
-
- All Implemented Interfaces:
ThreadFactoryProvider
public class DefaultThreadFactoryProvider extends Object implements ThreadFactoryProvider
Provide the default implementation for the thread factory.- Author:
- Jens Wilke; created: 2014-06-10
-
-
Constructor Summary
Constructors Constructor Description DefaultThreadFactoryProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadFactorynewThreadFactory(String namePrefix)Construct a new thread factory for the pool.
-
-
-
Method Detail
-
newThreadFactory
public ThreadFactory newThreadFactory(String namePrefix)
Description copied from interface:ThreadFactoryProviderConstruct a new thread factory for the pool.- Specified by:
newThreadFactoryin interfaceThreadFactoryProvider
-
-