Package | Description |
---|---|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
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 . |
ClientAtomicSequence |
IgniteClient.atomicSequence(String name,
ClientAtomicConfiguration cfg,
long initVal,
boolean create)
Gets an atomic sequence from cache.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024