Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.IndexRowCache
-
-
Uses of IndexRowCache in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return IndexRowCache Modifier and Type Method Description IndexRowCacheIndexProcessor. rowCacheCleaner(int grpId)Index row cache. -
Uses of IndexRowCache in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return IndexRowCache Modifier and Type Method Description @Nullable IndexRowCacheIndexRowCacheRegistry. forGroup(int grpId)Get row cache for the given cache group.IndexRowCacheQueryIndexDefinition. idxRowCache()Cache of index rows.IndexRowCacheSortedIndexDefinition. idxRowCache()Cache of index rows.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexRowCache Constructor Description QueryIndexDefinition(GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, IndexName idxName, String treeName, IndexRowCache idxRowCache, boolean isPrimary, boolean isAffinity, LinkedHashMap<String,IndexKeyDefinition> keyDefs, int cfgInlineSize, IndexKeyTypeSettings keyTypeSettings) -
Uses of IndexRowCache 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 IndexRowCache 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.
-