Package com.github.kagkarlsson.scheduler
Class ExecutorUtils
java.lang.Object
com.github.kagkarlsson.scheduler.ExecutorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanawaitTermination(ExecutorService executor, Duration timeout) static ThreadFactorydefaultThreadFactoryWithPrefix(String prefix) static booleanshutdownAndAwaitTermination(ExecutorService executorService, Duration waitBeforeInterrupt, Duration waitAfterInterrupt)
-
Constructor Details
-
ExecutorUtils
public ExecutorUtils()
-
-
Method Details
-
shutdownAndAwaitTermination
public static boolean shutdownAndAwaitTermination(ExecutorService executorService, Duration waitBeforeInterrupt, Duration waitAfterInterrupt) -
awaitTermination
-
defaultThreadFactoryWithPrefix
-