Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryEx
-
Packages that use PageMemoryEx Package Description org.apache.ignite.internal.cache.query.index org.apache.ignite.internal.cache.query.index.sorted.defragmentation 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.defragmentation org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled. -
-
Uses of PageMemoryEx in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type PageMemoryEx Modifier and Type Method Description voidIndexProcessor. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPart, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool)Defragment index partition. -
Uses of PageMemoryEx in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type PageMemoryEx Modifier and Type Method Description voidIndexingDefragmentation. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPartition, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool, IgniteLogger log)Defragment index partition. -
Uses of PageMemoryEx in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type PageMemoryEx Modifier and Type Method Description voidGridCacheDatabaseSharedManager. applyPageSnapshot(PageMemoryEx pageMem, PageSnapshot pageSnapshotRecord)Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type PageMemoryEx Modifier and Type Method Description voidGridCacheDatabaseSharedManager. stripedApplyPage(Consumer<PageMemoryEx> consumer, int grpId, int partId, CacheStripedExecutor exec) -
Uses of PageMemoryEx in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint with parameters of type PageMemoryEx Modifier and Type Method Description PageStoreCheckpointPagesWriter.CheckpointPageWriter. write(PageMemoryEx pageMemEx, FullPageId fullPageId, ByteBuffer buf, int tag) -
Uses of PageMemoryEx in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation with parameters of type PageMemoryEx Modifier and Type Method Description <L,T extends L>
voidTreeIterator. iterate(BPlusTree<L,T> tree, PageMemoryEx pageMemory, BPlusTree.TreeRowClosure<L,T> c) -
Uses of PageMemoryEx in org.apache.ignite.internal.processors.cache.persistence.pagemem
Classes in org.apache.ignite.internal.processors.cache.persistence.pagemem that implement PageMemoryEx Modifier and Type Class Description classPageMemoryImplPage header structure is described by the following diagram.
-