Class | Description |
---|---|
AtomicUtils | Deprecated
since 5.10 use
AtomicUtils instead |
BambooExecutors | |
BambooLocks | |
BambooLocks.AutoCloseableLock | |
BambooLocks.CloseableLock | |
BlockingSet<E> |
It fulfills the general Set contract, with one important difference:
if an equal element already exists, insertion of an element is blocked until it can be inserted.
|
BoundedSet<E> |
A bounded set.
|
CalculatingBlockingReference<T> |
Retrieves a reference from a supplier.
|
CoalescingBlockedCallsReference<T> |
get() on this reference has the following properties:
When a call (call A) to get is made and is in progress, any get() call done while the call A is still pending
will block the new call until call A is finished.
|
RunningThread |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.