Uses of Interface
org.apache.ignite.internal.cache.query.index.sorted.InlineIndexRowHandler
-
-
Uses of InlineIndexRowHandler in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement InlineIndexRowHandler Modifier and Type Class Description classQueryIndexRowHandlerMaps CacheDataRow to IndexRow using columns references.Methods in org.apache.ignite.internal.cache.query.index.sorted that return InlineIndexRowHandler 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.InlineIndexRowHandlerIndexPlainRowImpl. rowHandler()InlineIndexRowHandlerIndexRow. rowHandler()InlineIndexRowHandlerIndexRowImpl. rowHandler()static InlineIndexRowHandlerThreadLocalRowHandlerHolder. rowHandler()Get index row handler for current context.Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type InlineIndexRowHandler Modifier and Type Method Description static voidThreadLocalRowHandlerHolder. rowHandler(InlineIndexRowHandler rowHnd)Set index row handler for current context.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type InlineIndexRowHandler Constructor Description IndexPlainRowImpl(IndexKey[] idxKeys, InlineIndexRowHandler rowHnd)Constructor.IndexRowImpl(InlineIndexRowHandler rowHnd, CacheDataRow row)Constructor.IndexRowImpl(InlineIndexRowHandler rowHnd, CacheDataRow row, IndexKey[] keys)Constructor with prefilling of keys cache. -
Uses of InlineIndexRowHandler 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 InlineIndexRowHandler Modifier and Type Method Description static DefragIndexFactory.DefragIndexRowImplDefragIndexFactory.DefragIndexRowImpl. create(InlineIndexRowHandler rowHnd, long newLink, DefragIndexFactory.DefragIndexRowImpl oldValue)Constructors in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type InlineIndexRowHandler Constructor Description DefragIndexRowImpl(InlineIndexRowHandler rowHnd, CacheDataRow row, byte[] values) -
Uses of InlineIndexRowHandler in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return InlineIndexRowHandler Modifier and Type Method Description InlineIndexRowHandlerInlineIndexTree. rowHandler()Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type InlineIndexRowHandler Modifier and Type Method Description static intInlineIndexTree. compareFullRows(IndexRow currRow, IndexRow row, int from, InlineIndexRowHandler rowHnd, IndexRowComparator rowCmp)
-