Uses of Class
com.spotify.futures.ConcurrencyReducer.Job
-
Uses of ConcurrencyReducer.Job in com.spotify.futures
Fields in com.spotify.futures with type parameters of type ConcurrencyReducer.JobModifier and TypeFieldDescriptionprivate final BlockingQueue<ConcurrencyReducer.Job<T>>ConcurrencyReducer.queueMethods in com.spotify.futures that return ConcurrencyReducer.JobModifier and TypeMethodDescriptionprivate ConcurrencyReducer.Job<T>ConcurrencyReducer.grabJob()Does one of two things: 1) return a job and acquire a permit from the semaphore 2) return null and does not acquire a permit from the semaphore