| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed.dht.atomic |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CacheOperationContext |
GridCacheGateway.enter(@Nullable CacheOperationContext opCtx) |
@Nullable CacheOperationContext |
GridCacheGateway.enterNoLock(@Nullable CacheOperationContext opCtx) |
CacheOperationContext |
CacheOperationContext.forSubjectId(UUID subjId)
|
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.setReadRepair(boolean readRepair) |
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) |
IgniteInternalFuture<T> |
GridCacheAdapter.AsyncOp.op(GridNearTxLocal tx,
CacheOperationContext opCtx) |
void |
GridCacheContext.operationContextPerCall(@Nullable CacheOperationContext opCtx)
Sets thread local cache operation context.
|
protected IgniteInternalFuture<Void> |
GridCacheAdapter.repairAsync(Collection<? extends K> keys,
CacheOperationContext opCtx,
boolean skipVals)
Checks the given
keys and repairs entries across the topology if needed. |
protected IgniteInternalFuture<Void> |
GridCacheAdapter.repairAsync(K key,
CacheOperationContext opCtx,
boolean skipVals)
Checks the given
key and repairs entry across the topology if needed. |
UUID |
GridCacheContext.subjectIdPerCall(@Nullable UUID subjId,
@Nullable CacheOperationContext opCtx)
Gets subject ID per call.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected IgniteInternalFuture<Void> |
GridDhtAtomicCache.repairAsync(Collection<? extends K> keys,
CacheOperationContext opCtx,
boolean skipVals)
Checks the given
keys and repairs entries across the topology if needed. |
protected IgniteInternalFuture<Void> |
GridDhtAtomicCache.repairAsync(K key,
CacheOperationContext opCtx,
boolean skipVals)
Checks the given
key and repairs entry across the topology if needed. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020