Class BPlusTreeRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTreeRuntimeException
-
- All Implemented Interfaces:
Serializable
public class BPlusTreeRuntimeException extends RuntimeException
This exception indicates that there's something wrong with B+Tree data integrity. Additional info about corrupted pages is present in fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPlusTreeRuntimeException(Throwable cause, int grpId, long... pageIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T2<Integer,Long>>pages()Pairs of (groupId, pageId).-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-