Package org.apache.druid.client
Class ServerViewUtil
java.lang.Object
org.apache.druid.client.ServerViewUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<LocatedSegmentDescriptor>getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode) static List<LocatedSegmentDescriptor>getTargetLocations(TimelineServerView serverView, TableDataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode)
-
Constructor Details
-
ServerViewUtil
public ServerViewUtil()
-
-
Method Details
-
getTargetLocations
public static List<LocatedSegmentDescriptor> getTargetLocations(TimelineServerView serverView, String datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode) -
getTargetLocations
public static List<LocatedSegmentDescriptor> getTargetLocations(TimelineServerView serverView, TableDataSource datasource, List<org.joda.time.Interval> intervals, int numCandidates, CloneQueryMode cloneQueryMode)
-