Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.join.DistributedJoinContext
-
Packages that use DistributedJoinContext Package Description org.apache.ignite.internal.processors.query.h2.opt org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of DistributedJoinContext in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return DistributedJoinContext Modifier and Type Method Description @Nullable DistributedJoinContextQueryContext. distributedJoinContext()Constructors in org.apache.ignite.internal.processors.query.h2.opt with parameters of type DistributedJoinContext Constructor Description QueryContext(int segment, @Nullable IndexingQueryFilter filter, @Nullable DistributedJoinContext distributedJoinCtx, @Nullable PartitionReservation reservations, boolean loc)Constructor. -
Uses of DistributedJoinContext in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join with parameters of type DistributedJoinContext Modifier and Type Method Description static GridH2IndexRangeRequestDistributedLookupBatch. createRequest(DistributedJoinContext joinCtx, int batchLookupId, int segmentId)Constructors in org.apache.ignite.internal.processors.query.h2.opt.join with parameters of type DistributedJoinContext Constructor Description RangeStream(GridKernalContext ctx, H2TreeIndex idx, DistributedJoinContext joinCtx, ClusterNode node)
-