Class QueryIndexRowHandlerFactory
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.QueryIndexRowHandlerFactory
-
- All Implemented Interfaces:
InlineIndexRowHandlerFactory
public class QueryIndexRowHandlerFactory extends Object implements InlineIndexRowHandlerFactory
This factory applies tree's meta page info to build info about inlined types.
-
-
Constructor Summary
Constructors Constructor Description QueryIndexRowHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineIndexRowHandlercreate(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.
-
-
-
Method Detail
-
create
public InlineIndexRowHandler create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)
Creates instance of row handler.- Specified by:
createin interfaceInlineIndexRowHandlerFactory- Parameters:
sdef- Index definition.keyTypeSettings- Index key type settings.- Returns:
- Index row handler.
-
-