| Package | Description | 
|---|---|
| io.druid.client | |
| io.druid.server.http | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FilteredServerInventoryView  | 
interface  | 
ServerInventoryView
Marker interface for making batch/single/http server inventory view configurable. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCuratorServerInventoryView<InventoryType>  | 
class  | 
BatchServerInventoryView
Deprecated.  
 | 
class  | 
CoordinatorServerView
ServerView of coordinator for the state of segments being loaded in the cluster. 
 | 
class  | 
HttpServerInventoryView
This class uses CuratorInventoryManager to listen for queryable server membership which serve segments(e.g. 
 | 
class  | 
SingleServerInventoryView
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SortedSet<ImmutableDruidDataSource> | 
InventoryViewUtils.getDataSources(InventoryView serverInventoryView)  | 
static SortedSet<ImmutableDruidDataSource> | 
InventoryViewUtils.getSecuredDataSources(javax.servlet.http.HttpServletRequest request,
                     InventoryView inventoryView,
                     AuthorizerMapper authorizerMapper)  | 
| Constructor and Description | 
|---|
IntervalsResource(InventoryView serverInventoryView,
                 AuthConfig authConfig,
                 AuthorizerMapper authorizerMapper)  | 
ServersResource(InventoryView serverInventoryView)  | 
TiersResource(InventoryView serverInventoryView)  | 
Copyright © 2011–2018. All rights reserved.