Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.join.SegmentKey
-
Packages that use SegmentKey Package Description org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of SegmentKey in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return SegmentKey Modifier and Type Method Description SegmentKeyDistributedLookupBatch. rangeSegment(Object affKeyObj)Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return types with arguments of type SegmentKey Modifier and Type Method Description List<SegmentKey>DistributedLookupBatch. broadcastSegments()Constructor parameters in org.apache.ignite.internal.processors.query.h2.opt.join with type arguments of type SegmentKey Constructor Description BroadcastCursor(GridH2IndexBase idx, int rangeId, Collection<SegmentKey> segmentKeys, Map<SegmentKey,RangeStream> rangeStreams)BroadcastCursor(GridH2IndexBase idx, int rangeId, Collection<SegmentKey> segmentKeys, Map<SegmentKey,RangeStream> rangeStreams)
-