Class BPlusTreeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.persistence.tree.BPlusTreeRuntimeException
- All Implemented Interfaces:
Serializable
This exception indicates that there's something wrong with B+Tree data integrity. Additional info about corrupted
pages is present in fields.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BPlusTreeRuntimeException
-
-
Method Details
-
pages
Pairs of (groupId, pageId).
-