| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic | |
| org.gridgain.grid.kernal.processors.cache.distributed.near |
| Constructor and Description |
|---|
GridNearAtomicUpdateFuture(GridCacheContext<K,V> cctx,
GridDhtAtomicCache<K,V> cache,
GridCacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Collection<? extends K> keys,
Collection<?> vals,
Collection<GridCacheDrInfo<V>> drPutVals,
Collection<GridCacheVersion> drRmvVals,
boolean retval,
boolean rawRetval,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter,
UUID subjId) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearAtomicCache.dht(GridDhtAtomicCache<K,V> dht) |
Copyright © 2014. All rights reserved.