Uses of Interface
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtFuture
-
Packages that use GridDhtFuture 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 -
-
Uses of GridDhtFuture in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridDhtFuture Modifier and Type Method Description GridDhtFuture<Object>GridCachePreloader. request(GridCacheContext cctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloader. request(GridCacheContext cctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloaderAdapter. request(GridCacheContext ctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloaderAdapter. request(GridCacheContext ctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key. -
Uses of GridDhtFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement GridDhtFuture Modifier and Type Class Description classGridDhtEmbeddedFuture<A,B>Embedded DHT future.classGridDhtFinishedFuture<T>Finished DHT future.classGridDhtGetFuture<K,V>classGridDhtGetSingleFuture<K,V>classGridDhtLockFutureCache lock future.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtFuture Modifier and Type Method Description GridDhtFuture<Collection<GridCacheEntryInfo>>GridDhtCacheAdapter. getDhtAsync(UUID reader, long msgId, Map<KeyCacheObject,Boolean> keys, boolean addReaders, boolean readThrough, AffinityTopologyVersion topVer, int taskNameHash, @Nullable IgniteCacheExpiryPolicy expiry, boolean skipVals, boolean recovery, @Nullable String txLbl)GridDhtFuture<Boolean>GridDhtTransactionalCacheAdapter. lockAllAsyncInternal(@Nullable Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx txx, boolean isInvalidate, boolean isRead, boolean retval, TransactionIsolation isolation, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary)Acquires locks in partitioned cache. -
Uses of GridDhtFuture in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement GridDhtFuture Modifier and Type Class Description classGridDhtForceKeysFuture<K,V>Force keys request future.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtFuture Modifier and Type Method Description GridDhtFuture<Object>GridDhtPreloader. request(GridCacheContext cctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)GridDhtFuture<Object>GridDhtPreloader. request(GridCacheContext cctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.
-