Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheEntryInfo
-
Packages that use GridCacheEntryInfo 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.near -
-
Uses of GridCacheEntryInfo in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheEntryInfo Modifier and Type Method Description @Nullable GridCacheEntryInfoGridCacheEntryEx. info()@Nullable GridCacheEntryInfoGridCacheMapEntry. info()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheEntryInfo Modifier and Type Method Description static <K,V>
IgniteClosure<GridCacheEntryInfo,K>GridCacheUtils. info2Key()List<GridCacheEntryInfo>CacheEntryInfoCollection. infos()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheEntryInfo Modifier and Type Method Description voidCacheEntryInfoCollection. add(GridCacheEntryInfo info)protected voidGridCacheMessage. marshalInfo(GridCacheEntryInfo info, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)protected voidGridCacheMessage. unmarshalInfo(GridCacheEntryInfo info, GridCacheContext ctx, ClassLoader ldr)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheEntryInfo Modifier and Type Method Description protected voidGridCacheMessage. marshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)voidIgniteCacheOffheapManager. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries.voidIgniteCacheOffheapManagerImpl. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries.protected voidGridCacheMessage. unmarshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheContext ctx, ClassLoader ldr) -
Uses of GridCacheEntryInfo in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type GridCacheEntryInfo 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)Collection<GridCacheEntryInfo>GridDhtLockResponse. preloadEntries()Gets preload entries returned from backup.Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheEntryInfo Modifier and Type Method Description voidGridDhtLockResponse. addPreloadEntry(GridCacheEntryInfo info)Adds preload entry to lock response.voidGridDhtTxPrepareResponse. addPreloadEntry(GridCacheEntryInfo info)Adds preload entry.booleanGridDhtGetSingleFuture. onDone(GridCacheEntryInfo res, Throwable err)Callback to notify that future is finished.Method parameters in org.apache.ignite.internal.processors.cache.distributed.dht with type arguments of type GridCacheEntryInfo Modifier and Type Method Description protected abstract Map<K,V>CacheDistributedGetFutureAdapter.AbstractMiniFuture. createResultMap(Collection<GridCacheEntryInfo> entries)booleanGridDhtGetFuture. onDone(Collection<GridCacheEntryInfo> res, Throwable err)Callback to notify that future is finished. -
Uses of GridCacheEntryInfo in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridCacheEntryInfo Modifier and Type Method Description Collection<GridCacheEntryInfo>GridDhtForceKeysResponse. forcedInfos()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCacheEntryInfo Modifier and Type Method Description voidGridDhtForceKeysResponse. addInfo(GridCacheEntryInfo info) -
Uses of GridCacheEntryInfo in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return types with arguments of type GridCacheEntryInfo Modifier and Type Method Description Collection<GridCacheEntryInfo>GridNearGetResponse. entries()Method parameters in org.apache.ignite.internal.processors.cache.distributed.near with type arguments of type GridCacheEntryInfo Modifier and Type Method Description voidGridNearGetResponse. entries(Collection<GridCacheEntryInfo> entries)
-