Package org.openrewrite.scheduling
Class ForkJoinScheduler
java.lang.Object
org.openrewrite.scheduling.ForkJoinScheduler
- All Implemented Interfaces:
RecipeScheduler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ForkJoinSchedulercommon()<T> CompletableFuture<T>static voidshutdown()Used to shut down the common fork/join pool.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.RecipeScheduler
mapAsync, scheduleRun, scheduleVisit
-
Constructor Details
-
ForkJoinScheduler
public ForkJoinScheduler()
-
-
Method Details
-
common
-
schedule
- Specified by:
schedulein interfaceRecipeScheduler
-
getForkJoinPool
-
shutdown
public static void shutdown()Used to shut down the common fork/join pool.
-