| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
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 |
IgniteInternalCache.removex(K key,
V val)
Removes given key mapping from cache if one exists and value is equal to the passed in value.
|
GridCacheReturn |
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 |
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 |
IgniteInternalCache.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 |
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 |
GridCacheReturn.set(GridCacheContext cctx,
CacheObject cacheObj,
boolean success,
boolean keepBinary) |
GridCacheReturn |
GridCacheReturn.success(boolean success) |
GridCacheReturn |
GridCacheReturn.value(GridCacheContext cctx,
CacheObject v,
boolean keepBinary) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridCacheReturn> |
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.
|
IgniteInternalFuture<GridCacheReturn> |
IgniteInternalCache.removexAsync(K key,
V val)
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
|
IgniteInternalFuture<GridCacheReturn> |
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.
|
IgniteInternalFuture<GridCacheReturn> |
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. |
IgniteInternalFuture<GridCacheReturn> |
IgniteInternalCache.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. |
IgniteInternalFuture<GridCacheReturn> |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheReturn.mergeEntryProcessResults(GridCacheReturn other) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
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 |
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 |
GridNearAtomicUpdateResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridCacheReturn> |
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.
|
IgniteInternalFuture<GridCacheReturn> |
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 ret) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
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 |
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. |
GridCacheReturn |
GridNearTxPrepareResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
<K> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.lockAllAsync(GridCacheContext cacheCtx,
Collection<? extends K> keys,
boolean implicit,
boolean read,
long accessTtl,
boolean skipStore,
boolean keepBinary) |
IgniteInternalFuture<GridCacheReturn> |
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.
|
IgniteInternalFuture<GridCacheReturn> |
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. |
| Constructor and Description |
|---|
GridNearTxPrepareResponse(GridCacheVersion xid,
IgniteUuid futId,
IgniteUuid miniId,
GridCacheVersion dhtVer,
GridCacheVersion writeVer,
GridCacheReturn retVal,
Throwable err,
AffinityTopologyVersion clientRemapVer,
boolean addDepInfo) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
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 |
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 |
|---|---|
IgniteInternalFuture<GridCacheReturn> |
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.
|
IgniteInternalFuture<GridCacheReturn> |
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. |
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheReturn |
IgniteTxLocalAdapter.implicitRes
Implicit transaction result.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
IgniteTxLocalAdapter.implicitSingleResult() |
GridCacheReturn |
IgniteTxLocalEx.implicitSingleResult() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalAdapter.invokeAsync(GridCacheContext cacheCtx,
K key,
javax.cache.processor.EntryProcessor<K,V,Object> entryProcessor,
Object... invokeArgs) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalEx.invokeAsync(GridCacheContext cacheCtx,
K key,
javax.cache.processor.EntryProcessor<K,V,Object> entryProcessor,
Object... invokeArgs) |
<K,V,T> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalAdapter.invokeAsync(GridCacheContext cacheCtx,
Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,Object>> map,
Object... invokeArgs) |
<K,V,T> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalEx.invokeAsync(GridCacheContext cacheCtx,
Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,Object>> map,
Object... invokeArgs) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalAdapter.putAllAsync(GridCacheContext cacheCtx,
Map<? extends K,? extends V> map,
boolean retval,
CacheEntryPredicate[] filter) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalEx.putAllAsync(GridCacheContext cacheCtx,
Map<? extends K,? extends V> map,
boolean retval,
CacheEntryPredicate[] filter) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalAdapter.putAsync(GridCacheContext cacheCtx,
K key,
V val,
boolean retval,
CacheEntryPredicate[] filter) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalEx.putAsync(GridCacheContext cacheCtx,
K key,
V val,
boolean retval,
CacheEntryPredicate[] filter) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalAdapter.removeAllAsync(GridCacheContext cacheCtx,
Collection<? extends K> keys,
boolean retval,
CacheEntryPredicate[] filter,
boolean singleRmv) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
IgniteTxLocalEx.removeAllAsync(GridCacheContext cacheCtx,
Collection<? extends K> keys,
boolean retval,
CacheEntryPredicate[] filter,
boolean singleRmv) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxLocalAdapter.implicitSingleResult(GridCacheReturn ret) |
protected void |
IgniteTxLocalAdapter.postLockWrite(GridCacheContext cacheCtx,
Iterable<KeyCacheObject> keys,
GridCacheReturn ret,
boolean rmv,
boolean retval,
boolean read,
long accessTtl,
CacheEntryPredicate[] filter,
boolean computeInvoke)
Post lock processing for put or remove.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0-b1 Release Date : December 1 2015