| 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.keepPortable()
|
CacheOperationContext |
GridCacheContext.operationContextPerCall()
Gets thread local cache operation context.
|
CacheOperationContext |
CacheOperationContext.setSkipStore(boolean skipStore)
|
CacheOperationContext |
CacheOperationContext.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc)
|
| Modifier and Type | Method and Description |
|---|---|
CacheOperationContext |
GridCacheGateway.enter(CacheOperationContext opCtx) |
CacheOperationContext |
GridCacheGateway.enterNoLock(CacheOperationContext opCtx) |
void |
GridCacheGateway.leave(CacheOperationContext prev) |
void |
GridCacheGateway.leaveNoLock(CacheOperationContext prev) |
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 |
|---|
GridCacheProxyImpl(GridCacheContext<K,V> ctx,
IgniteInternalCache<K,V> delegate,
CacheOperationContext opCtx) |
IgniteCacheProxy(GridCacheContext<K,V> ctx,
IgniteInternalCache<K,V> delegate,
CacheOperationContext opCtx,
boolean async) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015