Uses of Interface
org.apache.ignite.IgniteAtomicStamped
-
Packages that use IgniteAtomicStamped Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.datastructures -
-
Uses of IgniteAtomicStamped in org.apache.ignite
Methods in org.apache.ignite that return IgniteAtomicStamped Modifier and Type Method Description <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 andcreateflag istrue.<T,S>
IgniteAtomicStamped<T,S>Ignite. atomicStamped(String name, T initVal, S initStamp, boolean create)Will get a atomic stamped from cache and create one if it has not been created yet andcreateflag istrue. -
Uses of IgniteAtomicStamped in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteAtomicStamped Modifier and Type Method Description <T,S>
IgniteAtomicStamped<T,S>IgniteKernal. 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 andcreateflag istrue.<T,S>
@Nullable IgniteAtomicStamped<T,S>IgniteKernal. atomicStamped(String name, T initVal, S initStamp, boolean create)Will get a atomic stamped from cache and create one if it has not been created yet andcreateflag istrue. -
Uses of IgniteAtomicStamped in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteAtomicStamped in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheAtomicStampedEx<T,S>Atomic stamped managed by cache ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteAtomicStamped Modifier and Type Class Description classGridCacheAtomicStampedImpl<T,S>Cache atomic stamped implementation.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteAtomicStamped Modifier and Type Method Description <T,S>
IgniteAtomicStamped<T,S>DataStructuresProcessor. atomicStamped(String name, @Nullable AtomicConfiguration cfg, T initVal, S initStamp, boolean create)Gets an atomic stamped from cache or creates one if it's not cached.
-