Uses of Interface
org.apache.ignite.client.ClientAtomicLong
-
Packages that use ClientAtomicLong Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientAtomicLong in org.apache.ignite
Methods in org.apache.ignite that return ClientAtomicLong Modifier and Type Method Description 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 andcreate
flag istrue
.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 ClientAtomicLong in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientAtomicLong Modifier and Type Method Description 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 andcreate
flag istrue
.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
.
-