| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.datastructures |
| Modifier and Type | Method and Description |
|---|---|
<T,S> IgniteAtomicStamped<T,S> |
Ignite.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Will get a atomic stamped from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Method and Description |
|---|---|
<T,S> IgniteAtomicStamped<T,S> |
IgniteKernal.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Will get a atomic stamped from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicStampedEx<T,S>
Atomic stamped managed by cache (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicStampedImpl<T,S>
Cache atomic stamped implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T,S> IgniteAtomicStamped<T,S> |
DataStructuresProcessor.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Gets an atomic stamped from cache or creates one if it's not cached.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016