Uses of Class
org.apache.pinot.broker.routing.segmentpruner.interval.Interval
-
Packages that use Interval Package Description org.apache.pinot.broker.routing.segmentpruner.interval -
-
Uses of Interval in org.apache.pinot.broker.routing.segmentpruner.interval
Methods in org.apache.pinot.broker.routing.segmentpruner.interval that return Interval Modifier and Type Method Description static IntervalInterval. getIntersection(Interval a, Interval b)static IntervalInterval. getUnion(Interval a, Interval b)Methods in org.apache.pinot.broker.routing.segmentpruner.interval with parameters of type Interval Modifier and Type Method Description intInterval. compareTo(Interval o)static IntervalInterval. getIntersection(Interval a, Interval b)static IntervalInterval. getUnion(Interval a, Interval b)booleanInterval. intersects(Interval o)List<VALUE>IntervalTree. searchAll(Interval searchInterval)Find all values whose intervals intersect with the input interval.Constructor parameters in org.apache.pinot.broker.routing.segmentpruner.interval with type arguments of type Interval Constructor Description IntervalTree(Map<VALUE,Interval> valueToIntervalMap)
-