Uses of Class
org.apache.druid.client.selector.ServerSelector
-
Packages that use ServerSelector Package Description org.apache.druid.client org.apache.druid.client.selector -
-
Uses of ServerSelector in org.apache.druid.client
Methods in org.apache.druid.client that return ServerSelector Modifier and Type Method Description ServerSelectorSegmentServerSelector. getServer()This may be null ifSegmentDescriptoris locally available, but will definitely not be null for segments which must be queried remotely (e.g.Methods in org.apache.druid.client that return types with arguments of type ServerSelector Modifier and Type Method Description Optional<org.apache.druid.timeline.VersionedIntervalTimeline<String,ServerSelector>>BrokerServerView. getTimeline(org.apache.druid.query.planning.DataSourceAnalysis analysis)Optional<? extends org.apache.druid.timeline.TimelineLookup<String,ServerSelector>>TimelineServerView. getTimeline(org.apache.druid.query.planning.DataSourceAnalysis analysis)Returns the timeline for a datasource, if it exists.Constructors in org.apache.druid.client with parameters of type ServerSelector Constructor Description SegmentServerSelector(ServerSelector server, org.apache.druid.query.SegmentDescriptor segment)This is for a segment hosted on a remote server, whereServerSelectormay be used to pick aDruidServerto query. -
Uses of ServerSelector in org.apache.druid.client.selector
Methods in org.apache.druid.client.selector with parameters of type ServerSelector Modifier and Type Method Description booleanServerSelector. overshadows(ServerSelector other)
-