| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.datastructures |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicLongEx
Atomic managed by cache (
'Ex' stands for external). |
interface |
GridCacheAtomicReferenceEx<T>
Atomic reference managed by cache (
'Ex' stands for external). |
interface |
GridCacheAtomicSequenceEx
Sequence managed by cache (
'Ex' stands for external. |
interface |
GridCacheAtomicStampedEx<T,S>
Atomic stamped managed by cache (
'Ex' stands for external). |
interface |
GridCacheCountDownLatchEx
Grid cache count down latch (
'Ex' stands for external). |
interface |
GridCacheLockEx
Grid cache reentrant lock (
'Ex' stands for external). |
interface |
GridCacheSemaphoreEx
Grid cache semaphore (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicDataStructureProxy<V extends AtomicDataStructureValue>
Represents base class for atomic data structures.
|
class |
GridCacheAtomicLongImpl
Cache atomic long implementation.
|
class |
GridCacheAtomicReferenceImpl<T>
Cache atomic reference implementation.
|
class |
GridCacheAtomicSequenceImpl
Cache sequence implementation.
|
class |
GridCacheAtomicStampedImpl<T,S>
Cache atomic stamped implementation.
|
class |
GridCacheCountDownLatchImpl
Cache count down latch implementation.
|
class |
GridCacheLockImpl
Cache reentrant lock implementation based on AbstractQueuedSynchronizer.
|
class |
GridCacheSemaphoreImpl
Cache semaphore implementation based on AbstractQueuedSynchronizer.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021