AsyncAtomicBoolean |
A boolean value that may be updated atomically.
|
AsyncAtomicInteger |
A int value that may be updated atomically.
|
AsyncAtomicLong |
A long value that may be updated atomically.
|
AsyncAtomicMarkableReference |
An AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically.
|
AsyncAtomicReference |
An object reference that may be updated atomically.
|
AsyncAtomicStampedReference |
An AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically.
|
AsyncLocalAtomicBoolean |
Local implementation of AsyncAtomicBoolean interface,
that simply wraps java.util.concurrent.atomic.AtomicBoolean
instance and returns an already completed future from each method.
|
AsyncLocalAtomicInteger |
Local implementation of AsyncAtomicInteger interface,
that simply wraps java.util.concurrent.atomic.AtomicInteger
instance and returns an already completed future from each method.
|
AsyncLocalAtomicLong |
Local implementation of AsyncAtomicLong interface,
that simply wraps java.util.concurrent.atomic.AtomicLong
instance and returns an already completed future from each method.
|
AsyncLocalAtomicMarkableReference |
Local implementation of AsyncAtomicMarkableReference interface, that
simply wraps java.util.concurrent.atomic.AtomicMarkableReference instance
and returns an already completed future from each method.
|
AsyncLocalAtomicReference |
Local implementation of AsyncAtomicReference interface,
that simply wraps java.util.concurrent.atomic.AtomicReference
instance and returns an already completed future from each method.
|
AsyncLocalAtomicStampedReference |
Local implementation of AsyncAtomicStampedReference interface, that
simply wraps java.util.concurrent.atomic.AtomicStampedReference instance
and returns an already completed future from each method.
|
AsyncRemoteAtomicBoolean |
|
AsyncRemoteAtomicInteger |
|
AsyncRemoteAtomicLong |
The remote implementation of AsyncAtomicLong , backed by a
Coherence NamedMap entry.
|
AsyncRemoteAtomicMarkableReference |
|
AsyncRemoteAtomicReference |
|
AsyncRemoteAtomicStampedReference |
|
AtomicBoolean |
A boolean value that may be updated atomically.
|
AtomicInteger |
An int value that may be updated atomically.
|
AtomicLong |
A long value that may be updated atomically.
|
AtomicMarkableReference |
An AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically.
|
AtomicReference |
An object reference that may be updated atomically.
|
AtomicStampedReference |
An AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically.
|
LocalAtomicBoolean |
Local implementation of AtomicBoolean
interface, that simply wraps java.util.concurrent.atomic.AtomicBoolean instance.
|
LocalAtomicInteger |
Local implementation of AtomicInteger
interface, that simply wraps java.util.concurrent.atomic.AtomicInteger instance.
|
LocalAtomicLong |
Local implementation of AtomicLong
interface, that simply wraps java.util.concurrent.atomic.AtomicLong instance.
|
LocalAtomicMarkableReference |
Local implementation of AtomicMarkableReference interface, that simply wraps java.util.concurrent.atomic.AtomicMarkableReference
instance.
|
LocalAtomicReference |
Local implementation of AtomicReference
interface, that simply wraps java.util.concurrent.atomic.AtomicReference instance.
|
LocalAtomicStampedReference |
Local implementation of AtomicStampedReference
interface, that simply wraps java.util.concurrent.atomic.AtomicStampedReference instance.
|
RemoteAtomicBoolean |
The remote implementation of AtomicBoolean ,
backed by a Coherence NamedMap entry.
|
RemoteAtomicInteger |
The remote implementation of AtomicInteger ,
backed by a Coherence NamedMap entry.
|
RemoteAtomicLong |
The remote implementation of AtomicLong ,
backed by a Coherence NamedMap entry.
|
RemoteAtomicMarkableReference |
|
RemoteAtomicReference |
The remote implementation of AtomicReference ,
backed by a Coherence NamedMap entry.
|
RemoteAtomicStampedReference |
|