Uses of Class
org.apache.ignite.internal.util.future.GridCompoundIdentityFuture
-
Packages that use GridCompoundIdentityFuture 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.colocated org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache
Subclasses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classGridCacheCompoundIdentityFuture<T> -
Uses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed
Subclasses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed Modifier and Type Class Description classGridCacheTxRecoveryFutureFuture verifying that all remote transactions related to transaction were prepared or committed. -
Uses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classCacheDistributedGetFutureAdapter<K,V>classGridDhtGetFuture<K,V>classGridDhtLockFutureCache lock future.classGridDhtTxFinishFuture<K,V>classGridPartitionedGetFuture<K,V>Colocated get future. -
Uses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtColocatedLockFutureColocated cache lock future. -
Uses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridCompoundIdentityFuture in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearGetFuture<K,V>classGridNearLockFutureCache lock future.classGridNearTxFinishFuture<K,V>
-