| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheMvccEntryInfo |
| Modifier and Type | Method and Description |
|---|---|
@Nullable GridCacheEntryInfo |
GridCacheEntryEx.info() |
@Nullable GridCacheEntryInfo |
GridCacheMapEntry.info() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> IgniteClosure<GridCacheEntryInfo,K> |
GridCacheUtils.info2Key() |
List<GridCacheEntryInfo> |
CacheEntryInfoCollection.infos() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEntryInfoCollection.add(GridCacheEntryInfo info) |
protected void |
GridCacheMessage.marshalInfo(GridCacheEntryInfo info,
GridCacheSharedContext ctx,
CacheObjectContext cacheObjCtx) |
protected void |
GridCacheMessage.unmarshalInfo(GridCacheEntryInfo info,
GridCacheContext ctx,
ClassLoader ldr) |
| Constructor and Description |
|---|
CacheEntryInfoCollection(List<GridCacheEntryInfo> infos) |
| Modifier and Type | Method and Description |
|---|---|
GridDhtFuture<Collection<GridCacheEntryInfo>> |
GridDhtCacheAdapter.getDhtAsync(UUID reader,
long msgId,
Map<KeyCacheObject,Boolean> keys,
boolean addReaders,
boolean readThrough,
AffinityTopologyVersion topVer,
@Nullable UUID subjId,
int taskNameHash,
@Nullable IgniteCacheExpiryPolicy expiry,
boolean skipVals,
boolean recovery,
@Nullable String txLbl,
MvccSnapshot mvccSnapshot) |
Collection<GridCacheEntryInfo> |
GridDhtLockResponse.preloadEntries()
Gets preload entries returned from backup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtTxPrepareResponse.addPreloadEntry(GridCacheEntryInfo info)
Adds preload entry.
|
void |
GridDhtLockResponse.addPreloadEntry(GridCacheEntryInfo info)
Adds preload entry to lock response.
|
boolean |
GridDhtGetSingleFuture.onDone(GridCacheEntryInfo res,
Throwable err)
Callback to notify that future is finished.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<K,V> |
CacheDistributedGetFutureAdapter.AbstractMiniFuture.createResultMap(Collection<GridCacheEntryInfo> entries) |
boolean |
GridDhtGetFuture.onDone(Collection<GridCacheEntryInfo> res,
Throwable err)
Callback to notify that future is finished.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheEntryInfo> |
GridDhtForceKeysResponse.forcedInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtForceKeysResponse.addInfo(GridCacheEntryInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheEntryInfo> |
GridNearGetResponse.entries() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearGetResponse.entries(Collection<GridCacheEntryInfo> entries) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021