Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheReturn
-
Packages that use GridCacheReturn Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridCacheReturn in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheReturn Modifier and Type Method Description GridCacheReturnGridCacheReturn. set(GridCacheContext cctx, @Nullable CacheObject cacheObj, boolean success, boolean keepBinary, @Nullable ClassLoader ldr)GridCacheReturnGridCacheReturn. success(boolean success)GridCacheReturnGridCacheReturn. value(GridCacheContext cctx, CacheObject v, boolean keepBinary, @Nullable ClassLoader ldr)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheReturn Modifier and Type Method Description IgniteInternalFuture<GridCacheReturn>GridCacheReturnCompletableWrapper. fut()Allows wait for properly initialized value.Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheReturn Modifier and Type Method Description voidGridCacheReturnCompletableWrapper. initialize(GridCacheReturn ret)Marks as initialized.voidGridCacheReturn. mergeEntryProcessResults(GridCacheReturn other) -
Uses of GridCacheReturn in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridCacheReturn Modifier and Type Method Description GridCacheReturnGridDhtTxFinishResponse. returnValue()Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheReturn Modifier and Type Method Description voidGridDhtTxFinishResponse. returnValue(GridCacheReturn retVal) -
Uses of GridCacheReturn in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as GridCacheReturn Modifier and Type Field Description protected GridCacheReturnGridNearAtomicAbstractUpdateFuture. opResOperation result.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return GridCacheReturn Modifier and Type Method Description GridCacheReturnGridDhtAtomicNearResponse. result()GridCacheReturnGridNearAtomicUpdateResponse. returnValue()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type GridCacheReturn Modifier and Type Method Description voidGridNearAtomicUpdateResponse. returnValue(GridCacheReturn ret) -
Uses of GridCacheReturn in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return GridCacheReturn Modifier and Type Method Description GridCacheReturnGridNearTxPrepareResponse. returnValue()Methods in org.apache.ignite.internal.processors.cache.distributed.near that return types with arguments of type GridCacheReturn Modifier and Type Method Description <K,V,T>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. invokeAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, @Nullable Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,Object>> map, Object... invokeArgs)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. invokeAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, K key, javax.cache.processor.EntryProcessor<K,V,Object> entryProc, 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, @Nullable AffinityTopologyVersion entryTopVer, Map<? extends K,? extends V> map, boolean retval)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. putAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, K key, V val, boolean retval, CacheEntryPredicate filter)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. removeAllAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, Collection<? extends K> keys, boolean retval, CacheEntryPredicate filter, boolean singleRmv)Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridCacheReturn Constructor Description GridNearTxPrepareResponse(int part, GridCacheVersion xid, IgniteUuid futId, int miniId, GridCacheVersion dhtVer, GridCacheVersion writeVer, GridCacheReturn retVal, Throwable err, AffinityTopologyVersion clientRemapVer, boolean onePhaseCommit, boolean addDepInfo) -
Uses of GridCacheReturn in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions declared as GridCacheReturn Modifier and Type Field Description protected GridCacheReturnIgniteTxLocalAdapter. implicitResImplicit transaction result.Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheReturn Modifier and Type Method Description protected voidIgniteTxLocalAdapter. addInvokeResult(IgniteTxEntry txEntry, CacheObject cacheVal, GridCacheReturn ret, GridCacheVersion ver)protected IgniteBiTuple<GridCacheOperation,CacheObject>IgniteTxAdapter. applyTransformClosures(IgniteTxEntry txEntry, boolean metrics, @Nullable GridCacheReturn ret)voidIgniteTxLocalAdapter. implicitSingleResult(GridCacheReturn ret)protected voidIgniteTxLocalAdapter. 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.
-