| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheOperationContext |
GridCacheGateway.enter(CacheOperationContext opCtx) |
CacheOperationContext |
GridCacheGateway.enterNoLock(CacheOperationContext opCtx) |
CacheOperationContext |
CacheOperationContext.forSubjectId(UUID subjId)
|
CacheOperationContext |
CacheOperationContext.keepBinary()
|
CacheOperationContext |
GridCacheContext.operationContextPerCall()
Gets thread local cache operation context.
|
CacheOperationContext |
CacheOperationContext.setDataCenterId(byte dataCenterId) |
CacheOperationContext |
CacheOperationContext.setNoRetries(boolean noRetries) |
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) |
CacheOperationContext |
GridCacheGateway.enter(CacheOperationContext opCtx) |
CacheOperationContext |
GridCacheGateway.enterNoLock(CacheOperationContext opCtx) |
void |
GridCacheGateway.leave(CacheOperationContext prev) |
void |
GridCacheGateway.leaveNoLock(CacheOperationContext prev) |
IgniteInternalFuture<T> |
GridCacheAdapter.AsyncOp.op(GridNearTxLocal tx,
CacheOperationContext opCtx) |
void |
GridCacheContext.operationContextPerCall(CacheOperationContext opCtx)
Sets thread local cache operation context.
|
UUID |
GridCacheContext.subjectIdPerCall(UUID subjId,
CacheOperationContext opCtx)
Gets subject ID per call.
|
| Constructor and Description |
|---|
GatewayProtectedCacheProxy(IgniteCacheProxy<K,V> delegate,
CacheOperationContext opCtx,
boolean lock) |
GridCacheProxyImpl(GridCacheContext<K,V> ctx,
IgniteInternalCache<K,V> delegate,
CacheOperationContext opCtx) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018