Uses of Interface
org.apache.druid.client.TimelineServerView
-
Packages that use TimelineServerView Package Description org.apache.druid.client org.apache.druid.server -
-
Uses of TimelineServerView in org.apache.druid.client
Classes in org.apache.druid.client that implement TimelineServerView Modifier and Type Class Description classBrokerServerViewMethods in org.apache.druid.client with parameters of type TimelineServerView 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)Constructors in org.apache.druid.client with parameters of type TimelineServerView Constructor Description CachingClusteredClient(org.apache.druid.query.QueryToolChestWarehouse warehouse, TimelineServerView serverView, Cache cache, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CachePopulator cachePopulator, CacheConfig cacheConfig, DruidHttpClientConfig httpClientConfig, BrokerParallelMergeConfig parallelMergeConfig, ForkJoinPool pool, QueryScheduler scheduler, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter) -
Uses of TimelineServerView in org.apache.druid.server
Constructors in org.apache.druid.server with parameters of type TimelineServerView Constructor Description BrokerQueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper smileMapper, QueryScheduler queryScheduler, AuthConfig authConfig, AuthorizerMapper authorizerMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, TimelineServerView brokerServerView)ClientInfoResource(FilteredServerInventoryView serverInventoryView, TimelineServerView timelineServerView, org.apache.druid.query.metadata.SegmentMetadataQueryConfig segmentMetadataQueryConfig, AuthConfig authConfig, AuthorizerMapper authorizerMapper)
-