Uses of Class
org.apache.ignite.internal.processors.cache.persistence.file.FilePageStore
-
-
Uses of FilePageStore in org.apache.ignite.internal.processors.cache.persistence.file
Subclasses of FilePageStore in org.apache.ignite.internal.processors.cache.persistence.file Modifier and Type Class Description classFilePageStoreV2 -
Uses of FilePageStore in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type FilePageStore Modifier and Type Method Description GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(GridKernalContext ctx, String grpName, int partId, FilePageStore pageStore) -
Uses of FilePageStore in org.apache.ignite.internal.processors.cache.verify
Method parameters in org.apache.ignite.internal.processors.cache.verify with type arguments of type FilePageStore 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.
-