| 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 and createflag
 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 and createflag
 istrue. | 
| <T> IgniteAtomicReference<T> | Ignite. atomicReference(String name,
               AtomicConfiguration cfg,
               T initVal,
               boolean create) | Will get a atomic reference from cache and create one if it has not been created yet and createflag
 istrue. | 
| <T> IgniteAtomicReference<T> | IgniteSpringBean. atomicReference(String name,
               AtomicConfiguration cfg,
               T initVal,
               boolean create) | Will get a atomic reference from cache and create one if it has not been created yet and createflag
 istrue. | 
| IgniteAtomicSequence | Ignite. atomicSequence(String name,
              AtomicConfiguration cfg,
              long initVal,
              boolean create) | Will get an atomic sequence from cache and create one if it has not been created yet and createflag
 istrue. | 
| IgniteAtomicSequence | IgniteSpringBean. atomicSequence(String name,
              AtomicConfiguration cfg,
              long initVal,
              boolean create) | Will get an atomic sequence from cache and create one if it has not been created yet and createflag
 istrue. | 
| <T,S>IgniteAtomicStamped<T,S>
 | Ignite. atomicStamped(String name,
             AtomicConfiguration cfg,
             T initVal,
             S initStamp,
             boolean create) | Will get a atomic stamped from cache and create one if it has not been created yet and createflag
 istrue. | 
| <T,S>IgniteAtomicStamped<T,S>
 | IgniteSpringBean. atomicStamped(String name,
             AtomicConfiguration cfg,
             T initVal,
             S initStamp,
             boolean create) | Will get a atomic stamped from cache and create one if it has not been created yet and createflag
 istrue. |