Uses of Package
nonapi.io.github.classgraph.concurrency
-
Classes in nonapi.io.github.classgraph.concurrency used by io.github.classgraph Class Description AutoCloseableExecutorService A ThreadPoolExecutor that can be used in a try-with-resources block.InterruptionChecker Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or has thrown an exception.SingletonMap A map from keys to singleton instances.WorkQueue A parallel work queue.WorkQueue.WorkUnitProcessor A work unit processor. -
Classes in nonapi.io.github.classgraph.concurrency used by nonapi.io.github.classgraph.concurrency Class Description InterruptionChecker Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or has thrown an exception.SingletonMap.NewInstanceException Thrown whenSingletonMap.newInstance(Object, LogNode)
throws an exception.SingletonMap.NewInstanceFactory Create a new instance.SingletonMap.NullSingletonException Thrown whenSingletonMap.newInstance(Object, LogNode)
returns null.SingletonMap.SingletonHolder Wrapper to allow an object instance to be put into a ConcurrentHashMap using putIfAbsent() without requiring the instance to be initialized first, so that putIfAbsent can be performed without wrapping it with a synchronized lock, and so that initialization work is not wasted if an object is already in the map for the key.WorkQueue A parallel work queue.WorkQueue.WorkUnitProcessor A work unit processor.WorkQueue.WorkUnitWrapper A wrapper for work units (needed to send a poison pill as a null value, since BlockingQueue does not accept null values). -
Classes in nonapi.io.github.classgraph.concurrency used by nonapi.io.github.classgraph.fastzipfilereader Class Description InterruptionChecker Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or has thrown an exception.SingletonMap A map from keys to singleton instances. -
Classes in nonapi.io.github.classgraph.concurrency used by nonapi.io.github.classgraph.reflection Class Description SingletonMap A map from keys to singleton instances.