Uses of Class
org.apache.ignite.internal.cluster.ClusterTopologyCheckedException
-
Packages that use ClusterTopologyCheckedException Package Description org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of ClusterTopologyCheckedException in org.apache.ignite.internal.cluster
Subclasses of ClusterTopologyCheckedException in org.apache.ignite.internal.cluster Modifier and Type Class Description classClusterGroupEmptyCheckedExceptionThis exception defines illegal call on empty projection.classClusterTopologyServerNotFoundExceptionInternal exception that is used to indicate that all server nodes have left the grid. -
Uses of ClusterTopologyCheckedException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw ClusterTopologyCheckedException Modifier and Type Method Description IgniteInternalFuture<?>GridCacheProcessor. resetCacheState(Collection<String> cacheNames)Resets cache state after the cache has been moved to recovery state.
-