Uses of Class
org.apache.commons.lang3.concurrent.TimedSemaphore.Builder
-
Packages that use TimedSemaphore.Builder Package Description org.apache.commons.lang3.concurrent Provides support classes for multi-threaded programming. -
-
Uses of TimedSemaphore.Builder in org.apache.commons.lang3.concurrent
Methods in org.apache.commons.lang3.concurrent that return TimedSemaphore.Builder Modifier and Type Method Description static TimedSemaphore.BuilderTimedSemaphore. builder()Constructs a new Builder.TimedSemaphore.BuilderTimedSemaphore.Builder. setLimit(int limit)Sets the limit.TimedSemaphore.BuilderTimedSemaphore.Builder. setPeriod(long period)Sets the time period.TimedSemaphore.BuilderTimedSemaphore.Builder. setService(java.util.concurrent.ScheduledExecutorService service)Sets the executor service.TimedSemaphore.BuilderTimedSemaphore.Builder. setTimeUnit(java.util.concurrent.TimeUnit timeUnit)Sets the time unit for the period.
-