Class AtomicDataStructureValue
- java.lang.Object
-
- org.apache.ignite.internal.processors.datastructures.AtomicDataStructureValue
-
- All Implemented Interfaces:
Externalizable,Serializable,GridCacheInternal
- Direct Known Subclasses:
DistributedCollectionMetadata,GridCacheAtomicLongValue,GridCacheAtomicReferenceValue,GridCacheAtomicSequenceValue,GridCacheAtomicStampedValue,VolatileAtomicDataStructureValue
public abstract class AtomicDataStructureValue extends Object implements GridCacheInternal, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomicDataStructureValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DataStructureTypetype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-
-
-
Method Detail
-
type
public abstract DataStructureType type()
- Returns:
- Data structure type.
-
-