| Interface | Description |
|---|---|
| AtomicValue<T> |
Abstracts a value returned from one of the Atomics
|
| DistributedAtomicNumber<T> |
| Class | Description |
|---|---|
| AtomicStats |
Debugging stats about operations
|
| CachedAtomicInteger |
Uses an
DistributedAtomicNumber and allocates values in chunks for better performance |
| CachedAtomicLong |
Uses an
DistributedAtomicNumber and allocates values in chunks for better performance |
| DistributedAtomicInteger |
A counter that attempts atomic increments.
|
| DistributedAtomicLong |
A counter that attempts atomic increments.
|
| DistributedAtomicValue |
A distributed value that attempts atomic sets.
|
| PromotedToLock |
Abstraction of arguments for mutex promotion.
|
| PromotedToLock.Builder |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.