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 inheritableForkJoinPool.ForkJoinWorkerThreadFactory.- Since:
- 2.10.1
- Author:
- Jerry Lee (oldratlee at gmail dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkJoinPool.ForkJoinWorkerThreadFactoryunwrap()UnwrapDisableInheritableThreadFactoryto the original/underneath one.-
Methods inherited from interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
newThread
-
-
-
-
Method Detail
-
unwrap
@NonNull ForkJoinPool.ForkJoinWorkerThreadFactory unwrap()
UnwrapDisableInheritableThreadFactoryto the original/underneath one.- Specified by:
unwrapin interfaceTtlWrapper<ForkJoinPool.ForkJoinWorkerThreadFactory>- See Also:
TtlUnwrap.unwrap(Object)
-
-