Uses of Interface
org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManager
-
Packages that use IgniteCacheOffheapManager Package Description org.apache.ignite.internal.cache.query.index.sorted.defragmentation org.apache.ignite.internal.cache.query.index.sorted.inline org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of IgniteCacheOffheapManager in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Constructors in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type IgniteCacheOffheapManager Constructor Description DefragIndexFactory(IgniteCacheOffheapManager offheap, PageMemory newCachePageMemory, InlineIndex oldIdx) -
Uses of IgniteCacheOffheapManager in org.apache.ignite.internal.cache.query.index.sorted.inline
Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IgniteCacheOffheapManager Constructor Description InlineIndexTree(SortedIndexDefinition def, CacheGroupContext grpCtx, String treeName, IgniteCacheOffheapManager offheap, ReuseList reuseList, PageMemory pageMemory, PageIoResolver pageIoResolver, long metaPageId, boolean initNew, int configuredInlineSize, int maxInlineSize, IndexKeyTypeSettings keyTypeSettings, @Nullable IndexRowCache idxRowCache, @Nullable IoStatisticsHolder stats, InlineIndexRowHandlerFactory rowHndFactory, InlineRecommender recommender)Constructor. -
Uses of IgniteCacheOffheapManager in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement IgniteCacheOffheapManager Modifier and Type Class Description classIgniteCacheOffheapManagerImplMethods in org.apache.ignite.internal.processors.cache that return IgniteCacheOffheapManager Modifier and Type Method Description IgniteCacheOffheapManagerCacheGroupContext. offheap()IgniteCacheOffheapManagerGridCacheContext. offheap() -
Uses of IgniteCacheOffheapManager in org.apache.ignite.internal.processors.cache.persistence
Classes in org.apache.ignite.internal.processors.cache.persistence that implement IgniteCacheOffheapManager Modifier and Type Class Description classGridCacheOffheapManagerUsed when persistence enabled.
-