Package net.pl3x.map.core
Class Pl3xMap.ThreadFactory
java.lang.Object
net.pl3x.map.core.Pl3xMap.ThreadFactory
- All Implemented Interfaces:
ForkJoinPool.ForkJoinWorkerThreadFactory
- Enclosing class:
Pl3xMap
public static final class Pl3xMap.ThreadFactory
extends Object
implements ForkJoinPool.ForkJoinWorkerThreadFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorService
createService
(String name) static ExecutorService
createService
(String name, int threads) newThread
(ForkJoinPool pool)
-
Constructor Details
-
ThreadFactory
-
-
Method Details
-
createService
-
createService
-
newThread
- Specified by:
newThread
in interfaceForkJoinPool.ForkJoinWorkerThreadFactory
-