Uses of Interface
org.apache.ignite.IgniteAtomicLong
-
Packages that use IgniteAtomicLong Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteAtomicLong in org.apache.ignite
Methods in org.apache.ignite that return IgniteAtomicLong Modifier and Type Method Description IgniteAtomicLong
Ignite. atomicLong(String name, long initVal, boolean create)
Will get a atomic long from cache and create one if it has not been created yet andcreate
flag istrue
.IgniteAtomicLong
Ignite. atomicLong(String name, AtomicConfiguration cfg, long initVal, boolean create)
Will get a atomic long from cache and create one if it has not been created yet andcreate
flag istrue
.@Nullable IgniteAtomicLong
IgniteSpringBean. atomicLong(String name, long initVal, boolean create)
Will get a atomic long from cache and create one if it has not been created yet andcreate
flag istrue
.IgniteAtomicLong
IgniteSpringBean. atomicLong(String name, AtomicConfiguration cfg, long initVal, boolean create)
Will get a atomic long from cache and create one if it has not been created yet andcreate
flag istrue
.
-