Uses of Interface
org.apache.ignite.internal.pagemem.store.PageStore
-
Packages that use PageStore Package Description org.apache.ignite.internal.pagemem.store org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.checkpoint org.apache.ignite.internal.processors.cache.persistence.file org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled.org.apache.ignite.internal.processors.compress -
-
Uses of PageStore in org.apache.ignite.internal.pagemem.store
Methods in org.apache.ignite.internal.pagemem.store that return PageStore Modifier and Type Method Description PageStorePageStoreCollection. getStore(int grpId, int partId)PageStoreIgnitePageStoreManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID.Methods in org.apache.ignite.internal.pagemem.store that return types with arguments of type PageStore Modifier and Type Method Description Collection<PageStore>PageStoreCollection. getStores(int grpId) -
Uses of PageStore in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return PageStore Modifier and Type Method Description PageStoreGridCacheDatabaseSharedManager. getPageStore(int grpId, int partId)Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type PageStore Modifier and Type Method Description longGridCacheDatabaseSharedManager. forAllPageStores(ToLongFunction<PageStore> f)longGridCacheDatabaseSharedManager. forGroupPageStores(CacheGroupContext gctx, ToLongFunction<PageStore> f) -
Uses of PageStore in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return PageStore Modifier and Type Method Description PageStoreCheckpointPagesWriter.CheckpointPageWriter. write(PageMemoryEx pageMemEx, FullPageId fullPageId, ByteBuffer buf, int tag) -
Uses of PageStore in org.apache.ignite.internal.processors.cache.persistence.file
Classes in org.apache.ignite.internal.processors.cache.persistence.file that implement PageStore Modifier and Type Class Description classFilePageStoreFilePageStore is a PageStore implementation that uses regular files to store pages.classFilePageStoreV2Methods in org.apache.ignite.internal.processors.cache.persistence.file that return PageStore Modifier and Type Method Description PageStoreFileVersionCheckingFactory. createPageStore(byte type, File file, LongConsumer allocatedTracker)Creates instance of PageStore based on given file.PageStoreFileVersionCheckingFactory. createPageStore(byte type, IgniteOutClosure<Path> pathProvider, LongConsumer allocatedTracker)Creates instance of PageStore based on file path provider.PageStoreFilePageStoreManager. getStore(int grpId, int partId)PageStoreFilePageStoreManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID.Methods in org.apache.ignite.internal.processors.cache.persistence.file that return types with arguments of type PageStore Modifier and Type Method Description Collection<PageStore>FilePageStoreManager. getStores(int grpId) -
Uses of PageStore in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem that return PageStore Modifier and Type Method Description PageStorePageReadWriteManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID.PageStorePageReadWriteManagerImpl. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID. -
Uses of PageStore in org.apache.ignite.internal.processors.compress
Methods in org.apache.ignite.internal.processors.compress with parameters of type PageStore Modifier and Type Method Description ByteBufferCompressionHandler. compressPage(ByteBuffer page, PageStore store)
-