Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.join.RangeStream
-
Packages that use RangeStream Package Description org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of RangeStream 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 RangeStream Modifier and Type Method Description intBroadcastCursor. compare(RangeStream o1, RangeStream o2)Constructors in org.apache.ignite.internal.processors.query.h2.opt.join with parameters of type RangeStream Constructor Description UnicastCursor(int rangeId, RangeStream stream)Constructor parameters in org.apache.ignite.internal.processors.query.h2.opt.join with type arguments of type RangeStream Constructor Description BroadcastCursor(GridH2IndexBase idx, int rangeId, Collection<SegmentKey> segmentKeys, Map<SegmentKey,RangeStream> rangeStreams)
-