Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
Modifier and Type | Method and Description |
---|---|
ClientAtomicLong |
IgniteClientSpringBean.atomicLong(String name,
ClientAtomicConfiguration cfg,
long initVal,
boolean create)
Gets an atomic long from cache and creates one if it has not been created yet and
create flag
is true . |
ClientAtomicLong |
IgniteClientSpringBean.atomicLong(String name,
long initVal,
boolean create)
Gets an atomic long from cache and creates one if it has not been created yet and
create flag
is true . |
Modifier and Type | Method and Description |
---|---|
ClientAtomicLong |
IgniteClient.atomicLong(String name,
ClientAtomicConfiguration cfg,
long initVal,
boolean create)
Gets an atomic long from cache and creates one if it has not been created yet and
create flag
is true . |
ClientAtomicLong |
IgniteClient.atomicLong(String name,
long initVal,
boolean create)
Gets an atomic long from cache and creates one if it has not been created yet and
create flag
is true . |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023