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()UnwrapDisableInheritableThreadFactoryto the original/underneath one.Methods inherited from interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
newThread
-
Method Details
-
unwrap
UnwrapDisableInheritableThreadFactoryto the original/underneath one.- Specified by:
unwrapin interfaceTtlWrapper<ForkJoinPool.ForkJoinWorkerThreadFactory>- See Also:
-