Uses of Interface
org.apache.ignite.internal.cache.query.index.sorted.SortedIndexDefinition
-
-
Uses of SortedIndexDefinition in org.apache.ignite.internal.cache.query.index
Constructors in org.apache.ignite.internal.cache.query.index with parameters of type SortedIndexDefinition Constructor Description IndexQueryResultMeta(SortedIndexDefinition def, int critSize) -
Uses of SortedIndexDefinition in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement SortedIndexDefinition Modifier and Type Class Description classQueryIndexDefinitionDefine query index.Methods in org.apache.ignite.internal.cache.query.index.sorted that return SortedIndexDefinition Modifier and Type Method Description SortedIndexDefinitionSortedSegmentedIndex. indexDefinition()Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type SortedIndexDefinition Modifier and Type Method Description InlineIndexRowHandlerDurableBackgroundCleanupIndexTreeTaskV2.NoopRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.InlineIndexRowHandlerInlineIndexRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.InlineIndexRowHandlerQueryIndexRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler. -
Uses of SortedIndexDefinition in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type SortedIndexDefinition Modifier and Type Method Description protected InlineIndexTreeDefragIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum) -
Uses of SortedIndexDefinition in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return SortedIndexDefinition Modifier and Type Method Description SortedIndexDefinitionInlineIndexImpl. indexDefinition()Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type SortedIndexDefinition Modifier and Type Method Description protected InlineIndexTreeInlineIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum)Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type SortedIndexDefinition Constructor Description InlineIndexImpl(GridCacheContext<?,?> cctx, SortedIndexDefinition def, InlineIndexTree[] segments, IoStatisticsHolderIndex stats)Constructor.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.InlineRecommender(GridCacheContext<?,?> cctx, SortedIndexDefinition def)Constructor.SortedSegmentedIndexCursor(GridCursor<IndexRow>[] cursors, SortedIndexDefinition idxDef)
-