Uses of Class
org.apache.druid.query.LocatedSegmentDescriptor
Packages that use LocatedSegmentDescriptor
-
Uses of LocatedSegmentDescriptor in org.apache.druid.client
Methods in org.apache.druid.client that return types with arguments of type LocatedSegmentDescriptorModifier and TypeMethodDescriptionstatic List<LocatedSegmentDescriptor>ServerViewUtil.getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode) static List<LocatedSegmentDescriptor>ServerViewUtil.getTargetLocations(TimelineServerView serverView, TableDataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode) -
Uses of LocatedSegmentDescriptor in org.apache.druid.server
Methods in org.apache.druid.server that return types with arguments of type LocatedSegmentDescriptorModifier and TypeMethodDescriptionClientInfoResource.getQueryTargets(String datasource, String intervals, int numCandidates, String cloneQueryModeString, javax.servlet.http.HttpServletRequest req)