Uses of Class
com.spotify.futures.ConcurrencyLimiter.Job
-
-
Uses of ConcurrencyLimiter.Job in com.spotify.futures
Fields in com.spotify.futures with type parameters of type ConcurrencyLimiter.Job Modifier and Type Field Description private java.util.concurrent.BlockingQueue<ConcurrencyLimiter.Job<T>>ConcurrencyLimiter. queueMethods in com.spotify.futures that return ConcurrencyLimiter.Job Modifier and Type Method Description private ConcurrencyLimiter.Job<T>ConcurrencyLimiter. grabJob()Return aJobwith acquired permit,nullotherwise.
-