Uses of Class
org.apache.ignite.client.ClientAtomicConfiguration
-
Packages that use ClientAtomicConfiguration Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientAtomicConfiguration in org.apache.ignite
Methods in org.apache.ignite with parameters of type ClientAtomicConfiguration Modifier and Type Method 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 andcreate
flag istrue
. -
Uses of ClientAtomicConfiguration in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientAtomicConfiguration Modifier and Type Method Description ClientAtomicConfiguration
ClientAtomicConfiguration. setAtomicSequenceReserveSize(int seqReserveSize)
Sets default number of sequence values reserved forIgniteAtomicSequence
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.Methods in org.apache.ignite.client with parameters of type ClientAtomicConfiguration Modifier and Type Method 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 andcreate
flag istrue
.
-