| Modifier and Type | Method and Description |
|---|---|
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> |
GridCacheReturnCompletableWrapper.fut()
Allows wait for properly initialized value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheReturnCompletableWrapper.initialize(GridCacheReturn ret)
Marks as initialized.
|
void |
GridCacheReturn.mergeEntryProcessResults(GridCacheReturn other) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
GridDhtTxFinishResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtTxFinishResponse.returnValue(GridCacheReturn retVal) |
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheReturn |
GridNearAtomicAbstractUpdateFuture.opRes
Operation result.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
GridDhtAtomicNearResponse.result() |
GridCacheReturn |
GridNearAtomicUpdateResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearAtomicUpdateResponse.returnValue(GridCacheReturn ret) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheReturn |
GridNearTxPrepareResponse.returnValue() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.invokeAsync(GridCacheContext cacheCtx,
AffinityTopologyVersion entryTopVer,
K key,
javax.cache.processor.EntryProcessor<K,V,Object> entryProcessor,
Object... invokeArgs) |
<K,V,T> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.invokeAsync(GridCacheContext cacheCtx,
AffinityTopologyVersion entryTopVer,
Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,Object>> map,
Object... invokeArgs) |
<K> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.lockAllAsync(GridCacheContext cacheCtx,
Collection<? extends K> keys,
boolean retval,
boolean read,
long createTtl,
long accessTtl,
boolean skipStore,
boolean keepBinary) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.putAllAsync(GridCacheContext cacheCtx,
AffinityTopologyVersion entryTopVer,
Map<? extends K,? extends V> map,
boolean retval) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.putAsync(GridCacheContext cacheCtx,
AffinityTopologyVersion entryTopVer,
K key,
V val,
boolean retval,
CacheEntryPredicate filter) |
<K,V> IgniteInternalFuture<GridCacheReturn> |
GridNearTxLocal.removeAllAsync(GridCacheContext cacheCtx,
AffinityTopologyVersion entryTopVer,
Collection<? extends K> keys,
boolean retval,
CacheEntryPredicate filter,
boolean singleRmv) |
| Constructor and Description |
|---|
GridNearTxPrepareResponse(int part,
GridCacheVersion xid,
IgniteUuid futId,
int miniId,
GridCacheVersion dhtVer,
GridCacheVersion writeVer,
GridCacheReturn retVal,
Throwable err,
AffinityTopologyVersion clientRemapVer,
boolean onePhaseCommit,
boolean addDepInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheReturn |
IgniteTxLocalAdapter.implicitRes
Implicit transaction result.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IgniteTxLocalAdapter.addInvokeResult(IgniteTxEntry txEntry,
CacheObject cacheVal,
GridCacheReturn ret,
GridCacheVersion ver) |
protected IgniteBiTuple<GridCacheOperation,CacheObject> |
IgniteTxAdapter.applyTransformClosures(IgniteTxEntry txEntry,
boolean metrics,
GridCacheReturn ret) |
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. 2.2.0 Release Date : September 15 2017