Class ThreadingFeature.WithSystemForkJoinPool
java.lang.Object
ch.raffael.meldioc.library.base.threading.ThreadingFeature.WithSystemForkJoinPool
- All Implemented Interfaces:
ThreadingFeature
- Enclosing interface:
- ThreadingFeature
@Feature @Deprecated(forRemoval=true) public abstract static class ThreadingFeature.WithSystemForkJoinPool extends java.lang.Object implements ThreadingFeature
Deprecated, for removal: This API element is subject to removal in a future version.
about 99.9% of the applications will use this → moved to default in ThreadingFeature
Use the system's ForkJoinPool (
ForkJoinPool.commonPool() for
calculations.-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
ThreadingFeature.Util, ThreadingFeature.WithSystemForkJoinPool -
Constructor Summary
Constructors Constructor Description WithSystemForkJoinPool()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description java.util.concurrent.ForkJoinPoolforkJoinPool()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
workExecutor
-
Constructor Details
-
WithSystemForkJoinPool
public WithSystemForkJoinPool()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
forkJoinPool
@Provision public java.util.concurrent.ForkJoinPool forkJoinPool()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
forkJoinPoolin interfaceThreadingFeature
-