| Modifier and Type | Field and Description |
|---|---|
protected GridPredicate<GridCacheEntryInfo<K,V>> |
GridCachePreloaderAdapter.preloadPred
Preload predicate.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheEntryInfo<K,V> |
GridCacheMapEntry.info() |
GridCacheEntryInfo<K,V> |
GridCacheEntryEx.info() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> GridClosure<GridCacheEntryInfo<K,V>,K> |
GridCacheUtils.info2Key() |
GridPredicate<GridCacheEntryInfo<K,V>> |
GridCachePreloaderAdapter.preloadPredicate() |
GridPredicate<GridCacheEntryInfo<K,V>> |
GridCachePreloader.preloadPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheMessage.marshalInfo(GridCacheEntryInfo<K,V> info,
GridCacheContext<K,V> ctx) |
protected void |
GridCacheMessage.unmarshalInfo(GridCacheEntryInfo<K,V> info,
GridCacheContext<K,V> ctx,
ClassLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheMessage.marshalInfos(Iterable<? extends GridCacheEntryInfo<K,V>> infos,
GridCacheContext<K,V> ctx) |
void |
GridCachePreloaderAdapter.preloadPredicate(GridPredicate<GridCacheEntryInfo<K,V>> preloadPred) |
void |
GridCachePreloader.preloadPredicate(GridPredicate<GridCacheEntryInfo<K,V>> p) |
protected void |
GridCacheMessage.unmarshalInfos(Iterable<? extends GridCacheEntryInfo<K,V>> infos,
GridCacheContext<K,V> ctx,
ClassLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
GridDhtFuture<Collection<GridCacheEntryInfo<K,V>>> |
GridDhtCacheAdapter.getDhtAsync(UUID reader,
long msgId,
LinkedHashMap<? extends K,Boolean> keys,
boolean reload,
long topVer,
UUID subjId,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridDhtGetFuture.onDone(Collection<GridCacheEntryInfo<K,V>> res,
Throwable err)
Callback to notify that future is finished.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheEntryInfo<K,V>> |
GridDhtForceKeysResponse.forcedInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtForceKeysResponse.addInfo(GridCacheEntryInfo<K,V> info) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtPreloader.preloadPredicate(GridPredicate<GridCacheEntryInfo<K,V>> preloadPred) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheEntryInfo<K,V>> |
GridNearGetResponse.entries() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearGetResponse.entries(Collection<GridCacheEntryInfo<K,V>> entries) |
Copyright © 2014. All rights reserved.