Uses of Class
nonapi.io.github.classgraph.concurrency.InterruptionChecker
Packages that use InterruptionChecker
Package
Description
-
Uses of InterruptionChecker in io.github.classgraph
Fields in io.github.classgraph declared as InterruptionCheckerModifier and TypeFieldDescriptionprivate final InterruptionChecker
Scanner.interruptionChecker
The interruption checker. -
Uses of InterruptionChecker in nonapi.io.github.classgraph.concurrency
Fields in nonapi.io.github.classgraph.concurrency declared as InterruptionCheckerModifier and TypeFieldDescriptionfinal InterruptionChecker
AutoCloseableExecutorService.interruptionChecker
TheInterruptionChecker
.private final InterruptionChecker
WorkQueue.interruptionChecker
The shared InterruptionChecker, used to detect thread interruption and execution exceptions, and to shut down all threads if either of these occurs.Methods in nonapi.io.github.classgraph.concurrency with parameters of type InterruptionCheckerModifier and TypeMethodDescriptionstatic <U> void
WorkQueue.runWorkQueue
(Collection<U> elements, ExecutorService executorService, InterruptionChecker interruptionChecker, int numParallelTasks, LogNode log, WorkQueue.WorkUnitProcessor<U> workUnitProcessor) Start a work queue on the elements in the provided collection, blocking until all work units have been completed.Constructors in nonapi.io.github.classgraph.concurrency with parameters of type InterruptionCheckerModifierConstructorDescriptionprivate
WorkQueue
(Collection<T> initialWorkUnits, WorkQueue.WorkUnitProcessor<T> workUnitProcessor, int numWorkers, InterruptionChecker interruptionChecker, LogNode log) A parallel work queue. -
Uses of InterruptionChecker in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as InterruptionCheckerConstructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type InterruptionCheckerModifierConstructorDescriptionNestedJarHandler
(ScanSpec scanSpec, InterruptionChecker interruptionChecker, ReflectionUtils reflectionUtils) A handler for nested jars.