| Package | Description |
|---|---|
| org.apache.druid.client | |
| org.apache.druid.client.selector |
| Modifier and Type | Method and Description |
|---|---|
ServerSelector |
SegmentServerSelector.getServer()
This may be null if
SegmentDescriptor is locally available, but will definitely not be null for segments
which must be queried remotely (e.g. |
| Modifier and Type | Method and Description |
|---|---|
Optional<? extends TimelineLookup<String,ServerSelector>> |
TimelineServerView.getTimeline(DataSourceAnalysis analysis)
Returns the timeline for a datasource, if it exists.
|
Optional<VersionedIntervalTimeline<String,ServerSelector>> |
BrokerServerView.getTimeline(DataSourceAnalysis analysis) |
| Constructor and Description |
|---|
SegmentServerSelector(ServerSelector server,
SegmentDescriptor segment)
This is for a segment hosted on a remote server, where
ServerSelector may be used to pick
a DruidServer to query. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerSelector.overshadows(ServerSelector other) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.