| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable CacheOperationContext |
GridCacheGateway.enter(@Nullable CacheOperationContext opCtx) |
@Nullable CacheOperationContext |
GridCacheGateway.enterNoLock(@Nullable CacheOperationContext opCtx) |
CacheOperationContext |
CacheOperationContext.keepBinary()
|
CacheOperationContext |
GridCacheContext.operationContextPerCall()
Gets thread local cache operation context.
|
CacheOperationContext |
CacheOperationContext.setAllowAtomicOpsInTx() |
CacheOperationContext |
CacheOperationContext.setDataCenterId(byte dataCenterId) |
CacheOperationContext |
CacheOperationContext.setNoRetries(boolean noRetries) |
CacheOperationContext |
CacheOperationContext.setReadRepairStrategy(ReadRepairStrategy readRepairStrategy) |
CacheOperationContext |
CacheOperationContext.setRecovery(boolean recovery) |
CacheOperationContext |
CacheOperationContext.setSkipStore(boolean skipStore)
|
CacheOperationContext |
CacheOperationContext.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc)
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> IgniteInternalFuture<T> |
GridCacheAdapter.asyncOp(GridNearTxLocal tx,
GridCacheAdapter.AsyncOp<T> op,
CacheOperationContext opCtx,
boolean retry) |
@Nullable CacheOperationContext |
GridCacheGateway.enter(@Nullable CacheOperationContext opCtx) |
@Nullable CacheOperationContext |
GridCacheGateway.enterNoLock(@Nullable CacheOperationContext opCtx) |
void |
GridCacheGateway.leave(CacheOperationContext prev) |
void |
GridCacheGateway.leaveNoLock(CacheOperationContext prev) |
void |
GridCacheContext.operationContextPerCall(@Nullable CacheOperationContext opCtx)
Sets thread local cache operation context.
|
| Constructor and Description |
|---|
GatewayProtectedCacheProxy(@NotNull IgniteCacheProxy<K,V> delegate,
@NotNull CacheOperationContext opCtx,
boolean lock) |
GridCacheProxyImpl(GridCacheContext<K,V> ctx,
IgniteInternalCache<K,V> delegate,
@Nullable CacheOperationContext opCtx) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023