Interface InlineIndexRowHandlerFactory
-
- All Known Implementing Classes:
DurableBackgroundCleanupIndexTreeTaskV2.NoopRowHandlerFactory,QueryIndexRowHandlerFactory
public interface InlineIndexRowHandlerFactoryBasic interface for factories that provide InlineIndexRowHandler based on index definition and optional arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InlineIndexRowHandlercreate(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.
-
-
-
Method Detail
-
create
InlineIndexRowHandler create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings) throws IgniteCheckedException
Creates instance of row handler.- Parameters:
sdef- Index definition.keyTypeSettings- Index key type settings.- Returns:
- Index row handler.
- Throws:
IgniteCheckedException
-
-