public class CorruptedFreeListException extends AbstractCorruptedPersistenceException
AbstractFreeList broken invariants.pages| Constructor and Description |
|---|
CorruptedFreeListException(String msg,
@Nullable Throwable cause,
int grpId,
Collection<Long> pageIds) |
CorruptedFreeListException(String msg,
@Nullable Throwable cause,
int grpId,
long... pageIds) |
CorruptedFreeListException(String msg,
@Nullable Throwable cause,
T2<Integer,Long>[] pages) |
expandPagesArray, pages, partitionMetaPages, toPagesArraygetCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CorruptedFreeListException(String msg, @Nullable @Nullable Throwable cause, int grpId, Collection<Long> pageIds)
msg - Message.cause - Cause.grpId - Group id.pageIds - Ids of pages that are possibly corrupted.public CorruptedFreeListException(String msg, @Nullable @Nullable Throwable cause, int grpId, long... pageIds)
msg - Message.cause - Cause.grpId - Group id.pageIds - Ids of pages that are possibly corrupted.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022