Uses of Interface
org.apache.ignite.internal.cache.query.index.sorted.InlineIndexRowHandlerFactory
-
Packages that use InlineIndexRowHandlerFactory Package Description org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.cache.query.index.sorted.inline -
-
Uses of InlineIndexRowHandlerFactory in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement InlineIndexRowHandlerFactory Modifier and Type Class Description static classDurableBackgroundCleanupIndexTreeTaskV2.NoopRowHandlerFactoryA do-nothingInlineIndexRowHandlerFactoryimplementation.classQueryIndexRowHandlerFactoryThis factory applies tree's meta page info to build info about inlined types.Methods in org.apache.ignite.internal.cache.query.index.sorted that return InlineIndexRowHandlerFactory Modifier and Type Method Description InlineIndexRowHandlerFactoryQueryIndexDefinition. rowHandlerFactory()Index row handler.InlineIndexRowHandlerFactorySortedIndexDefinition. rowHandlerFactory()Index row handler. -
Uses of InlineIndexRowHandlerFactory 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 InlineIndexRowHandlerFactory 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.
-