Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.inline.InlineIndexTree
-
-
Uses of InlineIndexTree in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return InlineIndexTree Modifier and Type Method Description protected InlineIndexTreeDurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory. create(CacheGroupContext grpCtx, RootPage rootPage, String treeName)Creation of an index tree.Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type InlineIndexTree Modifier and Type Method Description static Map<Integer,RootPage>DurableBackgroundCleanupIndexTreeTaskV2. toRootPages(InlineIndexTree[] trees)Create index root pages based on its trees.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type InlineIndexTree Constructor Description DurableBackgroundCleanupIndexTreeTaskV2(@Nullable String grpName, String cacheName, String idxName, String oldTreeName, String newTreeName, int segments, @Nullable InlineIndexTree[] trees)Constructor. -
Uses of InlineIndexTree in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation that return InlineIndexTree Modifier and Type Method Description protected InlineIndexTreeDefragIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum) -
Uses of InlineIndexTree in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return InlineIndexTree Modifier and Type Method Description protected InlineIndexTreeInlineIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum)InlineIndexTreeInlineIndex. segment(int segment)InlineIndexTreeInlineIndexImpl. segment(int segment)Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type InlineIndexTree Constructor Description InlineIndexImpl(GridCacheContext<?,?> cctx, SortedIndexDefinition def, InlineIndexTree[] segments, IoStatisticsHolderIndex stats)Constructor.
-