| Modifier and Type | Method and Description |
|---|---|
H2TreeIndex |
H2TreeIndex.createCopy(PageMemory pageMem,
IgniteCacheOffheapManager offheap)
Creates a new index that is an exact copy of this index.
|
static H2TreeIndex |
H2TreeIndex.createIndex(GridCacheContext<?,?> cctx,
@Nullable H2RowCache rowCache,
GridH2Table tbl,
String idxName,
boolean pk,
boolean affinityKey,
List<org.gridgain.internal.h2.table.IndexColumn> unwrappedCols,
List<org.gridgain.internal.h2.table.IndexColumn> wrappedCols,
int inlineSize,
int segmentsCnt,
IgniteLogger log) |
static H2TreeIndex |
H2TreeIndex.createIndex(GridCacheContext<?,?> cctx,
@Nullable H2RowCache rowCache,
GridH2Table tbl,
String idxName,
boolean pk,
boolean affinityKey,
List<org.gridgain.internal.h2.table.IndexColumn> unwrappedCols,
List<org.gridgain.internal.h2.table.IndexColumn> wrappedCols,
int inlineSize,
int segmentsCnt,
PageMemory pageMemory,
IgniteCacheOffheapManager offheap,
PageIoResolver pageIoRslvr,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable H2TreeIndex |
RebuildIndexAction.findIndex(String cacheName,
String idxName,
SchemaManager schemaMgr)
Finds index for the cache by the name.
|
| Constructor and Description |
|---|
DistributedLookupBatch(H2TreeIndex idx,
GridCacheContext<?,?> cctx,
QueryContextRegistry qryCtxRegistry,
boolean ucast,
int affColId) |
RangeSource(H2TreeIndex idx,
Iterable<GridH2RowRangeBounds> bounds,
int segment,
BPlusTree.TreeRowClosure<H2Row,H2Row> filter) |
RangeStream(GridKernalContext ctx,
H2TreeIndex idx,
DistributedJoinContext joinCtx,
ClusterNode node) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025