Uses of Interface
org.apache.ignite.IgniteAtomicSequence
-
Packages that use IgniteAtomicSequence Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.datastructures org.apache.ignite.internal.processors.platform.datastructures -
-
Uses of IgniteAtomicSequence in org.apache.ignite
Methods in org.apache.ignite that return IgniteAtomicSequence Modifier and Type Method Description IgniteAtomicSequenceIgnite. atomicSequence(String name, long initVal, boolean create)Will get an atomic sequence from cache and create one if it has not been created yet andcreateflag istrue.IgniteAtomicSequenceIgnite. 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 andcreateflag istrue. -
Uses of IgniteAtomicSequence in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteAtomicSequence Modifier and Type Method Description @Nullable IgniteAtomicSequenceIgniteKernal. atomicSequence(String name, long initVal, boolean create)Will get an atomic sequence from cache and create one if it has not been created yet andcreateflag istrue.@Nullable IgniteAtomicSequenceIgniteKernal. 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 andcreateflag istrue. -
Uses of IgniteAtomicSequence in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteAtomicSequence in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheAtomicSequenceExSequence managed by cache ('Ex'stands for external.Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteAtomicSequence Modifier and Type Class Description classGridCacheAtomicSequenceImplCache sequence implementation.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteAtomicSequence Modifier and Type Method Description IgniteAtomicSequenceDataStructuresProcessor. sequence(String name, @Nullable AtomicConfiguration cfg, long initVal, boolean create)Gets a sequence from cache or creates one if it's not cached. -
Uses of IgniteAtomicSequence in org.apache.ignite.internal.processors.platform.datastructures
Constructors in org.apache.ignite.internal.processors.platform.datastructures with parameters of type IgniteAtomicSequence Constructor Description PlatformAtomicSequence(PlatformContext ctx, IgniteAtomicSequence atomicSeq)Ctor.
-