Uses of Class
nonapi.io.github.classgraph.concurrency.InterruptionChecker
-
Packages that use InterruptionChecker Package Description io.github.classgraph nonapi.io.github.classgraph.concurrency nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of InterruptionChecker in io.github.classgraph
Fields in io.github.classgraph declared as InterruptionChecker Modifier and Type Field Description private InterruptionChecker
Scanner. interruptionChecker
The interruption checker. -
Uses of InterruptionChecker in nonapi.io.github.classgraph.concurrency
Fields in nonapi.io.github.classgraph.concurrency declared as InterruptionChecker Modifier and Type Field Description InterruptionChecker
AutoCloseableExecutorService. interruptionChecker
TheInterruptionChecker
.private 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 InterruptionChecker Modifier and Type Method Description static <U> void
WorkQueue. runWorkQueue(java.util.Collection<U> elements, java.util.concurrent.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 InterruptionChecker Constructor Description WorkQueue(java.util.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 InterruptionChecker Modifier and Type Field Description InterruptionChecker
NestedJarHandler. interruptionChecker
The interruption checker.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type InterruptionChecker Constructor Description NestedJarHandler(ScanSpec scanSpec, InterruptionChecker interruptionChecker, ReflectionUtils reflectionUtils)
A handler for nested jars.
-