Uses of Class
org.apache.hadoop.util.SemaphoredDelegatingExecutor
Packages that use SemaphoredDelegatingExecutor
-
Uses of SemaphoredDelegatingExecutor in org.apache.hadoop.util
Subclasses of SemaphoredDelegatingExecutor in org.apache.hadoop.utilModifier and TypeClassDescriptionfinal classThis ExecutorService blocks the submission of new tasks when its queue is already full by using a semaphore.