Class | Description |
---|---|
CountingLatch |
Similar to
CountDownLatch except that the count can either be
increased or decreased. |
ForkJoinPoolHelper |
Provides helpers for working with
ForkJoinPool . |
ManagedBlockingUfsForwarder |
Forwarder for
UnderFileSystem objects that works through with ForkJoinPool's
managed blocking. |
WeakSafeReentrantReadWriteLock |
ReadWriteLock implementation whose read and write locks retain a reference back to this lock.
|
Enum | Description |
---|---|
LockMode |
ReadWriteLock types.
|
Copyright © 2023. All Rights Reserved.