Uses of Interface
org.apache.druid.client.InventoryView
-
Packages that use InventoryView Package Description org.apache.druid.client org.apache.druid.server.http -
-
Uses of InventoryView in org.apache.druid.client
Subinterfaces of InventoryView in org.apache.druid.client Modifier and Type Interface Description interfaceFilteredServerInventoryViewinterfaceServerInventoryViewMarker interface for making batch/single/http server inventory view configurable.Classes in org.apache.druid.client that implement InventoryView Modifier and Type Class Description classBatchServerInventoryViewDeprecated.classCoordinatorServerViewServerView of coordinator for the state of segments being loaded in the cluster.classHttpServerInventoryViewThis class uses internal-discovery i.e. -
Uses of InventoryView in org.apache.druid.server.http
Methods in org.apache.druid.server.http with parameters of type InventoryView Modifier and Type Method Description static SortedSet<ImmutableDruidDataSource>InventoryViewUtils. getDataSources(InventoryView serverInventoryView)static SortedSet<ImmutableDruidDataSource>InventoryViewUtils. getSecuredDataSources(javax.servlet.http.HttpServletRequest request, InventoryView inventoryView, AuthorizerMapper authorizerMapper)Constructors in org.apache.druid.server.http with parameters of type InventoryView Constructor Description IntervalsResource(InventoryView serverInventoryView, AuthConfig authConfig, AuthorizerMapper authorizerMapper)ServersResource(InventoryView serverInventoryView)TiersResource(InventoryView serverInventoryView)
-