Uses of Interface
org.apache.ignite.IgniteAtomicSequence
-
Packages that use IgniteAtomicSequence Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteAtomicSequence in org.apache.ignite
Methods in org.apache.ignite that return IgniteAtomicSequence Modifier and Type Method Description IgniteAtomicSequence
Ignite. atomicSequence(String name, long initVal, boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet andcreate
flag 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 andcreate
flag istrue
.@Nullable IgniteAtomicSequence
IgniteSpringBean. atomicSequence(String name, long initVal, boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet andcreate
flag 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 andcreate
flag istrue
.
-