static <T> java.util.concurrent.BlockingQueue<T> |
BlockingQueues.newBlockingQueue() |
|
static <T> java.util.concurrent.BlockingQueue<T> |
BlockingQueues.newBlockingQueue(int capacity) |
|
static CountDownLatch |
CountDownLatch.newCountDownLatch(int count) |
Factory method used to capture and redirect instantiations for simulation
|
static Semaphore |
Semaphore.newFairSemaphore(int permits) |
Factory method used to capture and redirect instantiations for simulation
Construct a fair Semaphore initially holding the specified number of permits
|
static Condition |
Condition.newOneTimeCondition() |
Factory method used to capture and redirect instantiations for simulation
|
static Semaphore |
Semaphore.newSemaphore(int permits) |
Factory method used to capture and redirect instantiations for simulation
Construct an unfair Semaphore initially holding the specified number of permits
|
static WaitQueue |
WaitQueue.newWaitQueue() |
Factory method used to capture and redirect instantiations for simulation
|
static boolean |
Awaitable.SyncAwaitable.waitUntil(java.lang.Object monitor,
long deadlineNanos) |
|