Package org.apache.druid.client
Class ServerViewUtil
- java.lang.Object
-
- org.apache.druid.client.ServerViewUtil
-
public class ServerViewUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerViewUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<LocatedSegmentDescriptor>getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates)static List<LocatedSegmentDescriptor>getTargetLocations(TimelineServerView serverView, org.apache.druid.query.DataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates)
-
-
-
Method Detail
-
getTargetLocations
public static List<LocatedSegmentDescriptor> getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates)
-
getTargetLocations
public static List<LocatedSegmentDescriptor> getTargetLocations(TimelineServerView serverView, org.apache.druid.query.DataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates)
-
-