Interface GridCacheAtomicStampedEx<T,S>
-
- All Superinterfaces:
AutoCloseable,Closeable,GridCacheRemovable,IgniteAtomicStamped<T,S>
- All Known Implementing Classes:
GridCacheAtomicStampedImpl
public interface GridCacheAtomicStampedEx<T,S> extends GridCacheRemovable, IgniteAtomicStamped<T,S>
Atomic stamped managed by cache ('Ex'stands for external).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCacheInternalKeykey()Get current atomic stamped key.-
Methods inherited from interface org.apache.ignite.internal.processors.datastructures.GridCacheRemovable
needCheckNotRemoved, onRemoved, restart, suspend
-
Methods inherited from interface org.apache.ignite.IgniteAtomicStamped
close, compareAndSet, get, name, removed, set, stamp, value
-
-
-
-
Method Detail
-
key
GridCacheInternalKey key()
Get current atomic stamped key.- Returns:
- Atomic stamped key.
-
-