| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.database |
| Modifier and Type | Class and Description |
|---|---|
static class |
DurableBackgroundCleanupIndexTreeTask.H2TreeToDestroy
Deprecated.
H2Tree that can be used only to destroy it.
|
| Modifier and Type | Method and Description |
|---|---|
protected H2Tree |
DurableBackgroundCleanupIndexTreeTaskV2.H2TreeFactory.create(CacheGroupContext grpCtx,
RootPage rootPage,
String treeName,
String idxName,
String cacheName)
Creation of an index tree.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,RootPage> |
DurableBackgroundCleanupIndexTreeTaskV2.toRootPages(H2Tree[] trees)
Create index root pages based on its trees.
|
| Constructor and Description |
|---|
DurableBackgroundCleanupIndexTreeTaskV2(@Nullable String grpName,
String cacheName,
String idxName,
String oldTreeName,
String newTreeName,
int segments,
@Nullable H2Tree[] trees)
Constructor.
|
| Constructor and Description |
|---|
DurableBackgroundCleanupIndexTreeTask(List<Long> rootPages,
List<H2Tree> trees,
String cacheGrpName,
String cacheName,
String schemaName,
String treeName,
String idxName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
H2Tree |
H2TreeIndex.H2TreeFactory.create(GridCacheContext<?,?> cctx,
GridH2Table table,
String name,
String idxName,
String cacheName,
String tblName,
ReuseList reuseList,
int grpId,
String grpName,
PageMemory pageMem,
IgniteWriteAheadLogManager wal,
AtomicLong globalRmvId,
long metaPageId,
boolean initNew,
List<org.gridgain.internal.h2.table.IndexColumn> unwrappedCols,
List<org.gridgain.internal.h2.table.IndexColumn> wrappedCols,
AtomicInteger maxCalculatedInlineSize,
boolean pk,
boolean affinityKey,
boolean mvccEnabled,
@Nullable H2RowCache rowCache,
@Nullable FailureProcessor failureProcessor,
PageLockTrackerManager pageLockTrackerManager,
IgniteLogger log,
IoStatisticsHolder stats,
InlineIndexColumnFactory factory,
int configuredInlineSize,
PageIoResolver pageIoRslvr) |
H2Tree |
H2TreeIndex.treeForRead(int segment) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025