Uses of Class
org.apache.ignite.internal.processors.cache.CacheInvalidStateException
-
Packages that use CacheInvalidStateException Package Description org.apache.ignite.internal.processors.cache.distributed.dht -
-
Uses of CacheInvalidStateException in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return CacheInvalidStateException Modifier and Type Method Description @Nullable CacheInvalidStateExceptionGridDhtTopologyFuture. validateCache(GridCacheContext cctx, boolean recovery, boolean read, @Nullable Object key, @Nullable Collection<?> keys)Returns error is cache topology is not valid.@Nullable CacheInvalidStateExceptionGridDhtTopologyFutureAdapter. validateCache(GridCacheContext cctx, boolean recovery, boolean read, @Nullable Object key, @Nullable Collection<?> keys)Returns error is cache topology is not valid.
-