Uses of Class
org.apache.druid.client.selector.ServerSelector
Packages that use ServerSelector
-
Uses of ServerSelector in org.apache.druid.client
Methods in org.apache.druid.client with type parameters of type ServerSelectorModifier and TypeMethodDescription<T extends TimelineLookup<String,ServerSelector>>
Optional<T>TimelineServerView.getTimeline(TableDataSource dataSource) Returns the timeline for a table, if it exists.Methods in org.apache.druid.client that return ServerSelectorModifier and TypeMethodDescriptionSegmentServerSelector.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 ServerSelectorConstructors in org.apache.druid.client with parameters of type ServerSelectorModifierConstructorDescriptionSegmentServerSelector(ServerSelector server, 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