Uses of Interface
org.apache.druid.client.TimelineServerView
Packages that use TimelineServerView
-
Uses of TimelineServerView in org.apache.druid.client
Classes in org.apache.druid.client that implement TimelineServerViewMethods in org.apache.druid.client with parameters of type TimelineServerViewModifier 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) Constructors in org.apache.druid.client with parameters of type TimelineServerViewModifierConstructorDescriptionCachingClusteredClient(QueryRunnerFactoryConglomerate conglomerate, TimelineServerView serverView, Cache cache, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CachePopulator cachePopulator, CacheConfig cacheConfig, DruidHttpClientConfig httpClientConfig, BrokerParallelMergeConfig parallelMergeConfig, ForkJoinPool pool, QueryScheduler scheduler, ServiceEmitter emitter) -
Uses of TimelineServerView in org.apache.druid.server
Constructors in org.apache.druid.server with parameters of type TimelineServerViewModifierConstructorDescriptionBrokerQueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, QueryScheduler queryScheduler, AuthorizerMapper authorizerMapper, QueryResourceQueryResultPusherFactory queryResultPusherFactory, ResourceIOReaderWriterFactory resourceIOReaderWriterFactory, TimelineServerView brokerServerView) ClientInfoResource(FilteredServerInventoryView serverInventoryView, TimelineServerView timelineServerView, SegmentMetadataQueryConfig segmentMetadataQueryConfig, AuthConfig authConfig, AuthorizerMapper authorizerMapper)