| Modifier and Type | Field and Description |
|---|---|
protected GridInClosure3<K,Boolean,GridCacheOperation> |
GridCacheAdapter.afterPessimisticUnlock
After lock callback.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheOperation |
GridCacheOperation.fromOrdinal(int ord) |
GridCacheOperation |
GridCacheTxEntry.op() |
GridCacheOperation |
GridCacheTxEntry.previousOperation() |
static GridCacheOperation |
GridCacheOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheOperation[] |
GridCacheOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GridInClosure3<K,Boolean,GridCacheOperation> |
GridCacheAdapter.afterPessimisticUnlock() |
protected GridTuple3<GridCacheOperation,V,byte[]> |
GridCacheTxAdapter.applyTransformClosures(GridCacheTxEntry<K,V> txEntry,
boolean metrics) |
protected GridBiTuple<GridCacheOperation,GridDrReceiverConflictContextImpl<K,V>> |
GridCacheTxAdapter.drResolveConflict(GridCacheOperation op,
K key,
V newVal,
byte[] newValBytes,
long newTtl,
long newDrExpireTime,
GridCacheVersion newVer,
GridCacheEntryEx<K,V> old)
Resolve DR conflict.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCacheTxEntry<K,V> |
GridCacheTxLocalAdapter.addEntry(GridCacheOperation op,
V val,
GridClosure<V,V> transformClos,
GridCacheEntryEx<K,V> entry,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter,
boolean filtersSet,
long drTtl,
long drExpireTime,
GridCacheVersion drVer) |
protected GridBiTuple<GridCacheOperation,GridDrReceiverConflictContextImpl<K,V>> |
GridCacheTxAdapter.drResolveConflict(GridCacheOperation op,
K key,
V newVal,
byte[] newValBytes,
long newTtl,
long newDrExpireTime,
GridCacheVersion newVer,
GridCacheEntryEx<K,V> old)
Resolve DR conflict.
|
GridCacheUpdateAtomicResult<K,V> |
GridCacheMapEntry.innerUpdate(GridCacheVersion newVer,
UUID evtNodeId,
UUID affNodeId,
GridCacheOperation op,
Object writeObj,
byte[] valBytes,
boolean writeThrough,
boolean retval,
long ttl,
boolean evt,
boolean metrics,
boolean primary,
boolean verCheck,
GridPredicate<GridCacheEntry<K,V>>[] filter,
GridDrType drType,
long drTtl,
long drExpireTime,
GridCacheVersion drVer,
boolean drResolve,
boolean intercept,
UUID subjId) |
GridCacheUpdateAtomicResult<K,V> |
GridCacheEntryEx.innerUpdate(GridCacheVersion ver,
UUID evtNodeId,
UUID affNodeId,
GridCacheOperation op,
Object val,
byte[] valBytes,
boolean writeThrough,
boolean retval,
long ttl,
boolean evt,
boolean metrics,
boolean primary,
boolean checkVer,
GridPredicate<GridCacheEntry<K,V>>[] filter,
GridDrType drType,
long drTtl,
long drExpireTime,
GridCacheVersion drVer,
boolean drResolve,
boolean intercept,
UUID subjId) |
GridBiTuple<Boolean,V> |
GridCacheMapEntry.innerUpdateLocal(GridCacheVersion ver,
GridCacheOperation op,
Object writeObj,
boolean writeThrough,
boolean retval,
long ttl,
boolean evt,
boolean metrics,
GridPredicate<GridCacheEntry<K,V>>[] filter,
boolean intercept,
UUID subjId)
Update method for local cache in atomic mode.
|
GridBiTuple<Boolean,V> |
GridCacheEntryEx.innerUpdateLocal(GridCacheVersion ver,
GridCacheOperation op,
Object writeObj,
boolean writeThrough,
boolean retval,
long ttl,
boolean evt,
boolean metrics,
GridPredicate<GridCacheEntry<K,V>>[] filter,
boolean intercept,
UUID subjId)
Update method for local cache in atomic mode.
|
void |
GridCacheTxEntry.op(GridCacheOperation op) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheAdapter.afterPessimisticUnlock(GridInClosure3<K,Boolean,GridCacheOperation> afterPessimisticUnlock)
Sets callback that will be invoked after keys are unlocked.
|
| Constructor and Description |
|---|
GridCacheTxEntry(GridCacheContext<K,V> ctx,
GridCacheTxEx<K,V> tx,
GridCacheOperation op,
V val,
GridClosure<V,V> transformClos,
long ttl,
GridCacheEntryEx<K,V> entry,
GridPredicate<GridCacheEntry<K,V>>[] filters,
GridCacheVersion drVer)
This constructor is meant for local transactions.
|
GridCacheTxEntry(GridCacheContext<K,V> ctx,
GridCacheTxEx<K,V> tx,
GridCacheOperation op,
V val,
long ttl,
long drExpireTime,
GridCacheEntryEx<K,V> entry,
GridCacheVersion drVer)
This constructor is meant for remote transactions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDistributedTxRemoteAdapter.addWrite(K key,
byte[] keyBytes,
GridCacheOperation op,
V val,
byte[] valBytes,
GridCacheVersion drVer) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheOperation |
GridNearAtomicUpdateRequest.operation() |
| Constructor and Description |
|---|
GridNearAtomicUpdateFuture(GridCacheContext<K,V> cctx,
GridDhtAtomicCache<K,V> cache,
GridCacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Collection<? extends K> keys,
Collection<?> vals,
Collection<GridCacheDrInfo<V>> drPutVals,
Collection<GridCacheVersion> drRmvVals,
boolean retval,
boolean rawRetval,
GridCacheEntryEx<K,V> cached,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter,
UUID subjId) |
GridNearAtomicUpdateRequest(UUID nodeId,
GridCacheVersion futVer,
boolean fastMap,
GridCacheVersion updateVer,
long topVer,
GridCacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
boolean retval,
boolean forceTransformBackups,
long ttl,
GridPredicate<GridCacheEntry<K,V>>[] filter,
UUID subjId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridInClosure3<K,Boolean,GridCacheOperation> |
GridNearCacheAdapter.afterPessimisticUnlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearCacheAdapter.afterPessimisticUnlock(GridInClosure3<K,Boolean,GridCacheOperation> afterPessimisticUnlock)
Sets callback that will be invoked after keys are unlocked.
|
Copyright © 2014. All rights reserved.