Uses of Interface
org.apache.ignite.internal.processors.cache.GridCacheFuture
-
Packages that use GridCacheFuture Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.dht.colocated org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache
Subinterfaces of GridCacheFuture in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description interfaceGridCacheAtomicFuture<R>Update future for atomic cache.interfaceGridCacheVersionedFuture<T>Distributed future aware of lock version.Classes in org.apache.ignite.internal.processors.cache that implement GridCacheFuture Modifier and Type Class Description classGridCacheCompoundFuture<T,R>classGridCacheCompoundIdentityFuture<T>classGridCacheFutureAdapter<R>Methods in org.apache.ignite.internal.processors.cache that return GridCacheFuture Modifier and Type Method Description @Nullable GridCacheFutureGridCacheMvccManager. future(IgniteUuid futId)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheFuture Modifier and Type Method Description Collection<GridCacheFuture<?>>GridCacheMvccManager. activeFutures()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheFuture Modifier and Type Method Description booleanGridCacheMvccManager. addFuture(GridCacheFuture<?> fut, IgniteUuid futId) -
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache.distributed
Classes in org.apache.ignite.internal.processors.cache.distributed that implement GridCacheFuture Modifier and Type Class Description classGridCacheTxRecoveryFutureFuture verifying that all remote transactions related to transaction were prepared or committed. -
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement GridCacheFuture Modifier and Type Class Description classCacheDistributedGetFutureAdapter<K,V>classGridDhtLockFutureCache lock future.classGridDhtTxFinishFuture<K,V>classGridDhtTxPrepareFutureclassGridPartitionedGetFuture<K,V>Colocated get future.classGridPartitionedSingleGetFutureMethods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheFuture Modifier and Type Method Description protected voidCacheDistributedGetFutureAdapter. registrateFutureInMvccManager(GridCacheFuture<?> fut) -
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that implement GridCacheFuture 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. -
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.colocated that implement GridCacheFuture Modifier and Type Class Description classGridDhtColocatedLockFutureColocated cache lock future. -
Uses of GridCacheFuture in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement GridCacheFuture Modifier and Type Class Description classGridNearGetFuture<K,V>classGridNearLockFutureCache lock future.classGridNearOptimisticSerializableTxPrepareFutureclassGridNearOptimisticTxPrepareFutureclassGridNearOptimisticTxPrepareFutureAdapterclassGridNearPessimisticTxPrepareFutureclassGridNearTxFinishFuture<K,V>classGridNearTxPrepareFutureAdapterCommon code for tx prepare in optimistic and pessimistic modes.
-