Uses of Interface
org.apache.ignite.internal.pagemem.PageSupport
-
Packages that use PageSupport Package Description org.apache.ignite.internal.pagemem org.apache.ignite.internal.pagemem.impl org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled.org.apache.ignite.internal.processors.cache.persistence.tree.util -
-
Uses of PageSupport in org.apache.ignite.internal.pagemem
Subinterfaces of PageSupport in org.apache.ignite.internal.pagemem Modifier and Type Interface Description interfacePageMemory -
Uses of PageSupport in org.apache.ignite.internal.pagemem.impl
Classes in org.apache.ignite.internal.pagemem.impl that implement PageSupport Modifier and Type Class Description classPageMemoryNoStoreImplPage header structure is described by the following diagram. -
Uses of PageSupport in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type PageSupport Modifier and Type Method Description static @Nullable Map<Integer,Long>GridCacheOffheapManager. readSharedGroupCacheSizes(PageSupport pageMem, int grpId, long cntrsPageId)Loads cache sizes for all caches in shared group. -
Uses of PageSupport in org.apache.ignite.internal.processors.cache.persistence.pagemem
Subinterfaces of PageSupport in org.apache.ignite.internal.processors.cache.persistence.pagemem Modifier and Type Interface Description interfacePageMemoryExPage memory with some persistence related additions.Classes in org.apache.ignite.internal.processors.cache.persistence.pagemem that implement PageSupport Modifier and Type Class Description classPageMemoryImplPage header structure is described by the following diagram. -
Uses of PageSupport in org.apache.ignite.internal.processors.cache.persistence.tree.util
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.util with parameters of type PageSupport Modifier and Type Method Description static booleanPageHandler. isWalDeltaRecordNeeded(PageSupport pageMem, int cacheId, long pageId, long page, IgniteWriteAheadLogManager wal, @Nullable Boolean walPlc)
-