Uses of Class
org.apache.ignite.internal.processors.cache.CacheOperationContext
-
Packages that use CacheOperationContext Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheOperationContext in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheOperationContext Modifier and Type Method Description @Nullable CacheOperationContextGridCacheGateway. enter(@Nullable CacheOperationContext opCtx)@Nullable CacheOperationContextGridCacheGateway. enterNoLock(@Nullable CacheOperationContext opCtx)CacheOperationContextCacheOperationContext. keepBinary()CacheOperationContextGridCacheContext. operationContextPerCall()Gets thread local cache operation context.CacheOperationContextCacheOperationContext. setDataCenterId(byte dataCenterId)CacheOperationContextCacheOperationContext. setNoRetries(boolean noRetries)CacheOperationContextCacheOperationContext. setReadRepairStrategy(ReadRepairStrategy readRepairStrategy)CacheOperationContextCacheOperationContext. setRecovery(boolean recovery)CacheOperationContextCacheOperationContext. setSkipStore(boolean skipStore)CacheOperationContextCacheOperationContext. withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc)Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheOperationContext Modifier and Type Method Description protected <T> IgniteInternalFuture<T>GridCacheAdapter. asyncOp(GridNearTxLocal tx, GridCacheAdapter.AsyncOp<T> op, CacheOperationContext opCtx, boolean retry)@Nullable CacheOperationContextGridCacheGateway. enter(@Nullable CacheOperationContext opCtx)@Nullable CacheOperationContextGridCacheGateway. enterNoLock(@Nullable CacheOperationContext opCtx)voidGridCacheGateway. leave(CacheOperationContext prev)voidGridCacheGateway. leaveNoLock(CacheOperationContext prev)voidGridCacheContext. operationContextPerCall(@Nullable CacheOperationContext opCtx)Sets thread local cache operation context.Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheOperationContext Constructor Description GatewayProtectedCacheProxy(@NotNull IgniteCacheProxy<K,V> delegate, @NotNull CacheOperationContext opCtx, boolean lock)GridCacheProxyImpl(GridCacheContext<K,V> ctx, IgniteInternalCache<K,V> delegate, @Nullable CacheOperationContext opCtx)
-