Uses of Interface
org.apache.ignite.internal.processors.cache.GridCacheAtomicFuture
-
Packages that use GridCacheAtomicFuture Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.atomic -
-
Uses of GridCacheAtomicFuture in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheAtomicFuture Modifier and Type Method Description Collection<GridCacheAtomicFuture<?>>GridCacheMvccManager. atomicFutures()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheAtomicFuture Modifier and Type Method Description booleanGridCacheMvccManager. addAtomicFuture(long futId, GridCacheAtomicFuture<?> fut) -
Uses of GridCacheAtomicFuture in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that implement GridCacheAtomicFuture Modifier and Type Class Description classGridDhtAtomicAbstractUpdateFutureDHT atomic cache backup update future.classGridNearAtomicAbstractUpdateFutureBase for near atomic update futures.classGridNearAtomicSingleUpdateFutureDHT atomic cache near update future.classGridNearAtomicUpdateFutureDHT atomic cache near update future.
-