Uses of Class
nonapi.io.github.classgraph.concurrency.InterruptionChecker
Packages that use InterruptionChecker
Package
Description
-
Uses of InterruptionChecker in nonapi.io.github.classgraph.concurrency
Fields in nonapi.io.github.classgraph.concurrency declared as InterruptionCheckerModifier and TypeFieldDescriptionfinal InterruptionCheckerAutoCloseableExecutorService.interruptionCheckerTheInterruptionChecker.Methods in nonapi.io.github.classgraph.concurrency with parameters of type InterruptionCheckerModifier and TypeMethodDescriptionstatic <U> voidWorkQueue.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. -
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.