Uses of Class
org.apache.ignite.internal.util.future.GridCompoundFuture
-
Packages that use GridCompoundFuture 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.dht.preloader org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.query.schema org.apache.ignite.internal.processors.service org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.future Future related classes. -
-
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.cache
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classCacheObjectsReleaseFuture<T,R>classGridCacheCompoundFuture<T,R>classGridCacheCompoundIdentityFuture<T>Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCompoundFuture Modifier and Type Method Description GridDhtPartitionDemander.RebalanceFutureGridCachePreloader. prepare(GridDhtPartitionExchangeId exchId, @Nullable GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut)GridDhtPartitionDemander.RebalanceFutureGridCachePreloaderAdapter. prepare(GridDhtPartitionExchangeId exchId, GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut) -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed
Subclasses of GridCompoundFuture 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 GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCompoundFuture 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>classGridDhtTxPrepareFutureclassGridPartitionedGetFuture<K,V>Colocated get future. -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.dht.colocated Modifier and Type Class Description classGridDhtColocatedLockFutureColocated cache lock future. -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.dht.preloader Modifier and Type Class Description classGridDhtForceKeysFuture<K,V>Force keys request future.classInitNewCoordinatorFutureMethods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridCompoundFuture Modifier and Type Method Description GridCompoundFuture<Boolean,Boolean>ForceRebalanceExchangeTask. forcedRebalanceFuture()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCompoundFuture Modifier and Type Method Description GridDhtPartitionDemander.RebalanceFutureGridDhtPreloader. prepare(GridDhtPartitionExchangeId exchId, @Nullable GridDhtPartitionsExchangeFuture exchFut, long rebalanceId, GridDhtPartitionDemander.RebalanceFuture next, @Nullable GridCompoundFuture<Boolean,Boolean> forcedRebFut, GridCompoundFuture<Boolean,Boolean> compatibleRebFut)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCompoundFuture Constructor Description ForceRebalanceExchangeTask(SecurityContext secCtx, GridDhtPartitionExchangeId exchId, GridCompoundFuture<Boolean,Boolean> forcedRebFut) -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearGetFuture<K,V>classGridNearLockFutureCache lock future.classGridNearOptimisticSerializableTxPrepareFutureclassGridNearOptimisticTxPrepareFutureclassGridNearOptimisticTxPrepareFutureAdapterclassGridNearPessimisticTxPrepareFutureclassGridNearTxFinishFuture<K,V>classGridNearTxPrepareFutureAdapterCommon code for tx prepare in optimistic and pessimistic modes. -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.query.schema
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.query.schema Modifier and Type Class Description classSchemaIndexCacheCompoundFutureCompound index rebuilding feature. -
Uses of GridCompoundFuture in org.apache.ignite.internal.processors.service
Subclasses of GridCompoundFuture in org.apache.ignite.internal.processors.service Modifier and Type Class Description classGridServiceDeploymentCompoundFuture<T extends Serializable>Service deployment compound future. -
Uses of GridCompoundFuture in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return types with arguments of type GridCompoundFuture Modifier and Type Method Description static <T,R>
Collector<? super IgniteInternalFuture,? super GridCompoundFuture<T,R>,GridCompoundFuture<T,R>>IgniteCollectors. toCompoundFuture()Collector ofIgniteInternalFutureinheritors stream toGridCompoundFuture.static <T,R>
Collector<? super IgniteInternalFuture,? super GridCompoundFuture<T,R>,GridCompoundFuture<T,R>>IgniteCollectors. toCompoundFuture()Collector ofIgniteInternalFutureinheritors stream toGridCompoundFuture. -
Uses of GridCompoundFuture in org.apache.ignite.internal.util.future
Subclasses of GridCompoundFuture in org.apache.ignite.internal.util.future Modifier and Type Class Description classGridCompoundIdentityFuture<T>Compound future with reducer which accepts and produces results of the same type.Methods in org.apache.ignite.internal.util.future that return GridCompoundFuture Modifier and Type Method Description GridCompoundFuture<T,R>GridCompoundFuture. add(IgniteInternalFuture<T> fut)Adds a future to this compound future.GridCompoundFuture<T,R>GridCompoundFuture. markInitialized()Mark this future as initialized.
-