Uses of Class
org.apache.ignite.internal.processors.datastructures.GridCacheAtomicReferenceValue
-
Packages that use GridCacheAtomicReferenceValue Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheAtomicReferenceValue in org.apache.ignite.internal.processors.datastructures
Constructor parameters in org.apache.ignite.internal.processors.datastructures with type arguments of type GridCacheAtomicReferenceValue Constructor Description GridCacheAtomicReferenceImpl(String name, GridCacheInternalKey key, IgniteInternalCache<GridCacheInternalKey,GridCacheAtomicReferenceValue<T>> atomicView)Default constructor.
-