Uses of Class
org.apache.ignite.internal.pagemem.impl.PageMemoryNoStoreImpl
-
Packages that use PageMemoryNoStoreImpl Package Description org.apache.ignite.internal.processors.cache.persistence.evict -
-
Uses of PageMemoryNoStoreImpl in org.apache.ignite.internal.processors.cache.persistence.evict
Fields in org.apache.ignite.internal.processors.cache.persistence.evict declared as PageMemoryNoStoreImpl Modifier and Type Field Description protected PageMemoryNoStoreImplPageAbstractEvictionTracker. pageMemPage memory.Constructors in org.apache.ignite.internal.processors.cache.persistence.evict with parameters of type PageMemoryNoStoreImpl Constructor Description FairFifoPageEvictionTracker(PageMemoryNoStoreImpl pageMem, DataRegionConfiguration plcCfg, GridCacheSharedContext sharedCtx)Random2LruPageEvictionTracker(PageMemoryNoStoreImpl pageMem, DataRegionConfiguration plcCfg, GridCacheSharedContext<?,?> sharedCtx)
-