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 theTunableConstants.- Author:
- Jens Wilke; created: 2014-06-10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadFactorynewThreadFactory(String namePrefix)Construct a new thread factory for the pool.
-
-
-
Method Detail
-
newThreadFactory
ThreadFactory newThreadFactory(String namePrefix)
Construct a new thread factory for the pool.
-
-