| 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 |
|---|---|
IgniteAtomicLong |
Ignite.atomicLong(String name,
AtomicConfiguration cfg,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
IgniteAtomicLong |
Ignite.atomicLong(String name,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Method and Description |
|---|---|
IgniteAtomicLong |
IgniteKernal.atomicLong(String name,
AtomicConfiguration cfg,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
IgniteAtomicLong |
IgniteKernal.atomicLong(String name,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicLongEx
Atomic managed by cache (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicLongImpl
Cache atomic long implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteAtomicLong |
DataStructuresProcessor.atomicLong(String name,
AtomicConfiguration cfg,
long initVal,
boolean create)
Gets an atomic long from cache or creates one if it's not cached.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018