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.JobModifier and TypeFieldDescriptionprivate final BlockingQueue<ConcurrencyLimiter.Job<T>>ConcurrencyLimiter.queueMethods in com.spotify.futures that return ConcurrencyLimiter.JobModifier and TypeMethodDescriptionprivate ConcurrencyLimiter.Job<T>ConcurrencyLimiter.grabJob()Return aJobwith acquired permit,nullotherwise.