Uses of Interface
org.apache.ignite.internal.util.lang.IgniteThrowableSupplier
-
Packages that use IgniteThrowableSupplier Package Description org.apache.ignite.internal.processors.cache.verify -
-
Uses of IgniteThrowableSupplier in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type IgniteThrowableSupplier Modifier and Type Method Description static voidIdleVerifyUtility. checkPartitionsPageCrcSum(IgniteThrowableSupplier<FilePageStore> pageStoreSup, int partId, byte pageType)Checks CRC sum of pages withpageTypepage type stored in partition withpartIdid and associated with cache group.static voidIdleVerifyUtility. checkPartitionsPageCrcSum(IgniteThrowableSupplier<FilePageStore> pageStoreSup, int partId, byte pageType, @Nullable BiConsumer<Long,ByteBuffer> pagePostProc)Checks CRC sum of pages withpageTypepage type stored in partition withpartIdid and associated with cache group.
-