public class CorruptedTreeException extends CorruptedDataStructureException
BPlusTree tree broken invariants.grpId, pageIds| Constructor and Description |
|---|
CorruptedTreeException(String msg,
String cacheName,
String indexName,
String grpName,
@Nullable Throwable cause,
int grpId,
long... pageIds)
Constructor.
|
CorruptedTreeException(String msg,
@Nullable Throwable cause,
String grpName,
int grpId,
long... pageIds)
Constructor.
|
CorruptedTreeException(String msg,
@Nullable Throwable cause,
String grpName,
String cacheName,
String indexName,
int grpId,
long... pageIds)
Constructor.
|
groupId, pageIdsgetCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CorruptedTreeException(String msg, @Nullable @Nullable Throwable cause, String grpName, int grpId, long... pageIds)
msg - Message.cause - Cause.grpName - Cache group name.grpId - Cache group id.pageIds - PageId's that can be corrupted.public CorruptedTreeException(String msg, @Nullable @Nullable Throwable cause, String grpName, String cacheName, String indexName, int grpId, long... pageIds)
msg - Message.cause - Cause.grpName - Group name of potentially corrupted pages.cacheName - Cache name.indexName - Index name.grpId - Cache group id.pageIds - PageId's that can be corrupted.public CorruptedTreeException(String msg, String cacheName, String indexName, String grpName, @Nullable @Nullable Throwable cause, int grpId, long... pageIds)
msg - Message.cacheName - Cache name.indexName - Index name.grpName - Cache group name.cause - Cause.grpId - Cache group id.pageIds - PageId's that can be corrupted.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023