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.igniteMethods in org.apache.ignite that return IgniteAtomicLong Modifier and Type Method Description IgniteAtomicLongIgnite. atomicLong(String name, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue.IgniteAtomicLongIgnite. 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 andcreateflag istrue.@Nullable IgniteAtomicLongIgniteSpringBean. atomicLong(String name, long initVal, boolean create)Will get a atomic long from cache and create one if it has not been created yet andcreateflag istrue.IgniteAtomicLongIgniteSpringBean. 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 andcreateflag istrue.
 
-