public class CorruptedTreeException extends IgniteCheckedException implements CorruptedPersistenceException
BPlusTree tree broken invariants.| Constructor and Description |
|---|
CorruptedTreeException(String msg,
String cacheName,
String indexName,
String grpName,
@Nullable Throwable cause,
T2<Integer,Long>... pages) |
CorruptedTreeException(String msg,
@Nullable Throwable cause,
int grpId,
String grpName,
long... pageIds) |
CorruptedTreeException(String msg,
@Nullable Throwable cause,
int grpId,
String grpName,
String cacheName,
String indexName,
long... pageIds) |
| Modifier and Type | Method and Description |
|---|---|
T2<Integer,Long>[] |
pages() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CorruptedTreeException(String msg, @Nullable @Nullable Throwable cause, int grpId, String grpName, long... pageIds)
msg - Message.cause - Cause.grpId - Group id of potentially corrupted pages.grpName - Group name of potentially corrupted pages.pageIds - Potentially corrupted pages.public CorruptedTreeException(String msg, @Nullable @Nullable Throwable cause, int grpId, String grpName, String cacheName, String indexName, long... pageIds)
msg - Message.cause - Cause.grpId - Group id of potentially corrupted pages.grpName - Group name of potentially corrupted pages.cacheName - Cache name.indexName - Index name.pageIds - Potentially corrupted pages.public CorruptedTreeException(String msg, String cacheName, String indexName, String grpName, @Nullable @Nullable Throwable cause, T2<Integer,Long>... pages)
msg - Message.cacheName - Cache name.indexName - Index name.grpName - Cache group name.cause - Cause.pages - (groupId, pageId) pairs for pages that might be corrupted.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021