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 . |
Modifier and Type | Method and Description |
---|---|
ClientAtomicConfiguration |
ClientAtomicConfiguration.setAtomicSequenceReserveSize(int seqReserveSize)
Sets default number of sequence values reserved for
IgniteAtomicSequence instances. |
ClientAtomicConfiguration |
ClientAtomicConfiguration.setBackups(int backups)
Sets the number of backup nodes.
|
ClientAtomicConfiguration |
ClientAtomicConfiguration.setCacheMode(CacheMode cacheMode)
Sets the cache mode.
|
ClientAtomicConfiguration |
ClientAtomicConfiguration.setGroupName(String grpName)
Gets the cache group name.
|
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 . |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023