Uses of Class
org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex
-
Packages that use H2TreeIndex Package Description org.apache.ignite.internal.processors.query.h2.database org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of H2TreeIndex in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database that return H2TreeIndex Modifier and Type Method Description H2TreeIndexH2TreeIndex. createCopy(InlineIndexImpl inlineIndex, SortedIndexDefinition idxDef)Creates a new index that is an exact copy of this index. -
Uses of H2TreeIndex in org.apache.ignite.internal.processors.query.h2.opt.join
Constructors in org.apache.ignite.internal.processors.query.h2.opt.join with parameters of type H2TreeIndex Constructor Description DistributedLookupBatch(H2TreeIndex idx, GridCacheContext<?,?> cctx, boolean ucast, int affColId)RangeSource(H2TreeIndex idx, Iterable<GridH2RowRangeBounds> bounds, int segment, IndexQueryContext qryCtx)RangeStream(GridKernalContext ctx, H2TreeIndex idx, DistributedJoinContext joinCtx, ClusterNode node)
-