Package org.cache2k.core.concurrency
Interface ThreadFactoryProvider
-
- All Known Implementing Classes:
DefaultThreadFactoryProvider
public interface ThreadFactoryProviderProvider interface for a thread factory. This makes it possible to change the thread factory via theInternalConfig.- Author:
- Jens Wilke
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadFactoryProviderDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadFactorynewThreadFactory(String namePrefix)Construct a new thread factory for the pool.
-
-
-
Field Detail
-
DEFAULT
static final ThreadFactoryProvider DEFAULT
-
-
Method Detail
-
newThreadFactory
ThreadFactory newThreadFactory(String namePrefix)
Construct a new thread factory for the pool.
-
-