Uses of Interface
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFuture
-
Packages that use GridDhtTopologyFuture Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtTopologyFuture Modifier and Type Method Description GridDhtTopologyFutureGridCacheContext. topologyVersionFuture() -
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement GridDhtTopologyFuture Modifier and Type Class Description classGridDhtTopologyFutureAdapter -
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement GridDhtTopologyFuture Modifier and Type Class Description classGridDhtPartitionsExchangeFutureFuture for exchanging partition maps. -
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridDhtTopologyFuture Modifier and Type Method Description GridDhtTopologyFutureGridClientPartitionTopology. topologyVersionFuture()Gets a future that will be completed when partition exchange map for this particular topology version is done.GridDhtTopologyFutureGridDhtPartitionTopology. topologyVersionFuture()Gets a future that will be completed when partition exchange map for this particular topology version is done.GridDhtTopologyFutureGridDhtPartitionTopologyImpl. topologyVersionFuture()Gets a future that will be completed when partition exchange map for this particular topology version is done.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtTopologyFuture Modifier and Type Method Description voidGridClientPartitionTopology. updateTopologyVersion(GridDhtTopologyFuture exchFut, DiscoCache discoCache, long updSeq, boolean stopping)Updates topology version.voidGridDhtPartitionTopology. updateTopologyVersion(GridDhtTopologyFuture exchFut, DiscoCache discoCache, long updateSeq, boolean stopping)Updates topology version.voidGridDhtPartitionTopologyImpl. updateTopologyVersion(GridDhtTopologyFuture exchFut, @NotNull DiscoCache discoCache, long updSeq, boolean stopping)Updates topology version. -
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return GridDhtTopologyFuture Modifier and Type Method Description protected GridDhtTopologyFutureGridNearOptimisticTxPrepareFutureAdapter. topologyReadLock()Acquires topology read lock. -
Uses of GridDhtTopologyFuture in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return GridDhtTopologyFuture Modifier and Type Method Description GridDhtTopologyFutureIgniteTxImplicitSingleStateImpl. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxRemoteStateAdapter. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxState. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxStateImpl. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridDhtTopologyFuture Modifier and Type Method Description IgniteCheckedExceptionIgniteTxImplicitSingleStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxRemoteStateAdapter. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxState. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)
-