Uses of Class
org.apache.druid.query.LocatedSegmentDescriptor
-
Packages that use LocatedSegmentDescriptor Package Description org.apache.druid.client org.apache.druid.server -
-
Uses of LocatedSegmentDescriptor in org.apache.druid.client
Methods in org.apache.druid.client that return types with arguments of type LocatedSegmentDescriptor Modifier and Type Method Description static List<LocatedSegmentDescriptor>ServerViewUtil. getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates)static List<LocatedSegmentDescriptor>ServerViewUtil. getTargetLocations(TimelineServerView serverView, org.apache.druid.query.DataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates) -
Uses of LocatedSegmentDescriptor in org.apache.druid.server
Methods in org.apache.druid.server that return types with arguments of type LocatedSegmentDescriptor Modifier and Type Method Description Iterable<LocatedSegmentDescriptor>ClientInfoResource. getQueryTargets(String datasource, String intervals, int numCandidates, javax.servlet.http.HttpServletRequest req)
-