Uses of Class
org.apache.druid.client.ImmutableSegmentLoadInfo
-
Packages that use ImmutableSegmentLoadInfo Package Description org.apache.druid.client org.apache.druid.client.coordinator -
-
Uses of ImmutableSegmentLoadInfo in org.apache.druid.client
Methods in org.apache.druid.client that return ImmutableSegmentLoadInfo Modifier and Type Method Description ImmutableSegmentLoadInfoSegmentLoadInfo. toImmutableSegmentLoadInfo() -
Uses of ImmutableSegmentLoadInfo in org.apache.druid.client.coordinator
Methods in org.apache.druid.client.coordinator that return types with arguments of type ImmutableSegmentLoadInfo Modifier and Type Method Description Iterable<ImmutableSegmentLoadInfo>CoordinatorClient. fetchServerViewSegments(String dataSource, List<org.joda.time.Interval> intervals)Fetches segments from the coordinator server view for the given dataSource and intervals.Iterable<ImmutableSegmentLoadInfo>CoordinatorClientImpl. fetchServerViewSegments(String dataSource, List<org.joda.time.Interval> intervals)
-