| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht | |
| org.gridgain.grid.util.lang |
| Modifier and Type | Method and Description |
|---|---|
GridTriple<GridCacheMapEntry<K,V>> |
GridCacheConcurrentMap.putEntryIfObsoleteOrAbsent(long topVer,
K key,
V val,
long ttl,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
GridTriple<GridCacheMapEntry<K,V>> |
GridNoStorageCacheMap.putEntryIfObsoleteOrAbsent(long topVer,
K key,
V val,
long ttl,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
static <T> GridTriple<T> |
GridFunc.triple(T t1,
T t2,
T t3)
Creates triple out of given three objects.
|
Copyright © 2014. All rights reserved.