Package com.alibaba.ttl.threadpool
Interface DisableInheritableForkJoinWorkerThreadFactory
- All Superinterfaces:
ForkJoinPool.ForkJoinWorkerThreadFactory
,TtlEnhanced
,TtlWrapper<ForkJoinPool.ForkJoinWorkerThreadFactory>
public interface DisableInheritableForkJoinWorkerThreadFactory
extends ForkJoinPool.ForkJoinWorkerThreadFactory, TtlWrapper<ForkJoinPool.ForkJoinWorkerThreadFactory>
Disable inheritable
ForkJoinPool.ForkJoinWorkerThreadFactory
.- Since:
- 2.10.1
- Author:
- Jerry Lee (oldratlee at gmail dot com)
-
Method Summary
Modifier and TypeMethodDescriptionunwrap()
UnwrapDisableInheritableThreadFactory
to the original/underneath one.Methods inherited from interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
newThread
-
Method Details
-
unwrap
UnwrapDisableInheritableThreadFactory
to the original/underneath one.- Specified by:
unwrap
in interfaceTtlWrapper<ForkJoinPool.ForkJoinWorkerThreadFactory>
- See Also:
-