Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheFilterFailedException
-
Packages that use GridCacheFilterFailedException Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridCacheFilterFailedException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw GridCacheFilterFailedException Modifier and Type Method Description static @Nullable CacheObjectGridCacheUtils. failed(boolean err)static @Nullable CacheObjectGridCacheUtils. failed(boolean err, CacheObject val) -
Uses of GridCacheFilterFailedException in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that throw GridCacheFilterFailedException Modifier and Type Method Description @Nullable GridTuple<CacheObject>IgniteInternalTx. peek(GridCacheContext ctx, boolean failFast, KeyCacheObject key)
-