| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn<V> |
GridCacheTxLocalAdapter.putAll(Map<? extends K,? extends V> map,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridCacheReturn<V> |
GridCacheTxLocalEx.putAll(Map<? extends K,? extends V> map,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridCacheReturn<V> |
GridCacheTxLocalAdapter.removeAll(Collection<? extends K> keys,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridCacheReturn<V> |
GridCacheTxLocalEx.removeAll(Collection<? extends K> keys,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridCacheReturn<V> |
GridCacheProjectionEx.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridCacheProjectionImpl.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridCacheAdapter.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridCacheProxyImpl.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridCacheProjectionEx.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridCacheReturn<V> |
GridCacheProjectionImpl.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridCacheReturn<V> |
GridCacheAdapter.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridCacheReturn<V> |
GridCacheProxyImpl.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridCacheReturn<V> |
GridCacheReturn.set(V v,
boolean success) |
GridCacheReturn<V> |
GridCacheReturn.setIfNull(V v,
boolean success) |
GridCacheReturn<V> |
GridCacheReturn.success(boolean success) |
GridCacheReturn<V> |
GridCacheReturn.value(V v) |
GridCacheReturn<V> |
GridCacheReturn.valueIfNull(V v) |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalAdapter.putAllAsync(Map<? extends K,? extends V> map,
boolean retval,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalEx.putAllAsync(Map<? extends K,? extends V> map,
boolean retval,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalAdapter.putxAsync0(K key,
V val,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalEx.putxAsync0(K key,
V val,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalAdapter.removeAllAsync(Collection<? extends K> keys,
GridCacheEntryEx<K,V> cached,
boolean implicit,
boolean retval,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalEx.removeAllAsync(Collection<? extends K> keys,
GridCacheEntryEx<K,V> cached,
boolean implicit,
boolean retval,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
GridFuture<GridCacheReturn<V>> |
GridCacheProjectionEx.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridCacheProjectionImpl.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridCacheAdapter.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridCacheProxyImpl.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalAdapter.removexAsync0(K key,
GridCacheEntryEx<K,V> cached,
GridPredicate<GridCacheEntry<K,V>>[] filter)
Asynchronous remove.
|
GridFuture<GridCacheReturn<V>> |
GridCacheTxLocalEx.removexAsync0(K key,
GridCacheEntryEx<K,V> cached,
GridPredicate<GridCacheEntry<K,V>>[] filter)
Asynchronous remove.
|
GridFuture<GridCacheReturn<V>> |
GridCacheProjectionEx.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridFuture<GridCacheReturn<V>> |
GridCacheProjectionImpl.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridFuture<GridCacheReturn<V>> |
GridCacheAdapter.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridFuture<GridCacheReturn<V>> |
GridCacheProxyImpl.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
| Modifier and Type | Method and Description |
|---|---|
protected GridFuture<Set<K>> |
GridCacheTxLocalAdapter.enlistWrite(Collection<? extends K> keys,
GridCacheEntryEx<K,V> cached,
long ttl,
boolean implicit,
Map<? extends K,? extends V> lookup,
Map<? extends K,? extends GridClosure<V,V>> transformMap,
boolean retval,
boolean lockOnly,
GridPredicate<GridCacheEntry<K,V>>[] filter,
GridCacheReturn<V> ret,
Collection<K> enlisted,
Map<? extends K,GridCacheDrInfo<V>> drPutMap,
Map<? extends K,GridCacheVersion> drRmvMap)
Internal routine for putAll(..)
|
protected Set<K> |
GridCacheTxLocalAdapter.postLockWrite(Iterable<? extends K> keys,
Set<K> failed,
Map<K,V> transformed,
Map<? extends K,? extends GridClosure<V,V>> transformMap,
GridCacheReturn<V> ret,
boolean rmv,
boolean retval,
GridPredicate<GridCacheEntry<K,V>>[] filter)
Post lock processing for put or remove.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn<V> |
GridDhtAtomicCache.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridDhtAtomicCache.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
GridCacheReturn<Object> |
GridNearAtomicUpdateResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<GridCacheReturn<V>> |
GridDhtAtomicCache.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridDhtAtomicCache.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearAtomicUpdateResponse.returnValue(GridCacheReturn<Object> retVal) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn<V> |
GridNearAtomicCache.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridNearAtomicCache.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<GridCacheReturn<V>> |
GridNearAtomicCache.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridNearAtomicCache.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn<V> |
GridLocalAtomicCache.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn<V> |
GridLocalAtomicCache.replacex(K key,
V oldVal,
V newVal)
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<GridCacheReturn<V>> |
GridLocalAtomicCache.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridFuture<GridCacheReturn<V>> |
GridLocalAtomicCache.replacexAsync(K key,
V oldVal,
V newVal)
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in. |
Copyright © 2014. All rights reserved.