Uses of Class
org.apache.ignite.internal.processors.cache.persistence.tree.CorruptedTreeException
-
Packages that use CorruptedTreeException Package Description org.apache.ignite.internal.cache.query.index.sorted.inline org.apache.ignite.internal.processors.cache.persistence.tree -
-
Uses of CorruptedTreeException in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return CorruptedTreeException Modifier and Type Method Description protected CorruptedTreeExceptionInlineIndexTree. corruptedTreeException(String msg, Throwable cause, int grpId, long... pageIds)Construct the exception and invoke failure processor. -
Uses of CorruptedTreeException in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree that return CorruptedTreeException Modifier and Type Method Description protected CorruptedTreeExceptionBPlusTree. corruptedTreeException(String msg, Throwable cause, int grpId, long... pageIds)Construct the exception and invoke failure processor.
-