public abstract class AbstractCorruptedPersistenceException extends IgniteCheckedException implements CorruptedPersistenceException
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCorruptedPersistenceException(String msg,
@Nullable Throwable cause,
T2<Integer,Long>[] pages) |
| Modifier and Type | Method and Description |
|---|---|
protected T2<Integer,Long>[] |
expandPagesArray(T2<Integer,Long>[] pages,
Throwable cause)
Add partition meta pages and related pages.
|
T2<Integer,Long>[] |
pages() |
protected Set<T2<Integer,Long>> |
partitionMetaPages(Set<T2<Integer,Long>> pages) |
protected static T2<Integer,Long>[] |
toPagesArray(int grpId,
long[] pageIds) |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected static T2<Integer,Long>[] toPagesArray(int grpId, long[] pageIds)
grpId - Group id.pageIds - Pages ids.protected T2<Integer,Long>[] expandPagesArray(T2<Integer,Long>[] pages, Throwable cause)
pages - Pages with group ids.cause - Cause exception.protected Set<T2<Integer,Long>> partitionMetaPages(Set<T2<Integer,Long>> pages)
pages - Pages with group ids.public T2<Integer,Long>[] pages()
pages in interface CorruptedPersistenceException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022