Package | Description |
---|---|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
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 . |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024