Class DurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.DurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory
-
- Enclosing class:
- DurableBackgroundCleanupIndexTreeTaskV2
public static class DurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory extends Object
Factory for creating index trees.
-
-
Constructor Summary
Constructors Constructor Description InlineIndexTreeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InlineIndexTreecreate(CacheGroupContext grpCtx, RootPage rootPage, String treeName)Creation of an index tree.
-
-
-
Method Detail
-
create
protected InlineIndexTree create(CacheGroupContext grpCtx, RootPage rootPage, String treeName) throws IgniteCheckedException
Creation of an index tree.- Parameters:
grpCtx- Cache group context.rootPage- Index root page.treeName- Name of underlying index tree name.- Returns:
- New index tree.
- Throws:
IgniteCheckedException- If failed.
-
-