Uses of Interface
org.apache.druid.client.InventoryView
Packages that use InventoryView
-
Uses of InventoryView in org.apache.druid.client
Subinterfaces of InventoryView in org.apache.druid.clientModifier and TypeInterfaceDescriptioninterfaceinterfaceMarker interface for making batch/single/http server inventory view configurable.Classes in org.apache.druid.client that implement InventoryViewModifier and TypeClassDescriptionclassDeprecated.classServerView of coordinator for the state of segments being loaded in the cluster.classThis 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 InventoryViewModifier and TypeMethodDescriptionstatic 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 InventoryViewModifierConstructorDescriptionIntervalsResource(InventoryView serverInventoryView, AuthConfig authConfig, AuthorizerMapper authorizerMapper) ServersResource(InventoryView serverInventoryView) TiersResource(InventoryView serverInventoryView)