Uses of Interface
org.apache.ignite.internal.cache.query.index.sorted.inline.InlineIndex
-
-
Uses of InlineIndex in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return types with arguments of type InlineIndex Modifier and Type Method Description List<InlineIndex>IndexProcessor. treeIndexes(String cacheName, boolean createdOnly)Collect indexes for rebuild. -
Uses of InlineIndex 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 InlineIndex Constructor Description DefragIndexFactory(IgniteCacheOffheapManager offheap, PageMemory newCachePageMemory, InlineIndex oldIdx) -
Uses of InlineIndex in org.apache.ignite.internal.cache.query.index.sorted.inline
Classes in org.apache.ignite.internal.cache.query.index.sorted.inline that implement InlineIndex Modifier and Type Class Description classInlineIndexImplSorted index implementation.
-