Package org.apache.druid.server.http
Interface InventoryViewUtils
public interface InventoryViewUtils
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Comparator<ImmutableDruidDataSource>static SortedSet<ImmutableDruidDataSource>getDataSources(InventoryView serverInventoryView) static SortedSet<ImmutableDruidDataSource>getSecuredDataSources(javax.servlet.http.HttpServletRequest request, InventoryView inventoryView, AuthorizerMapper authorizerMapper)
-
Method Details
-
comparingByName
-
getDataSources
-
getSecuredDataSources
static SortedSet<ImmutableDruidDataSource> getSecuredDataSources(javax.servlet.http.HttpServletRequest request, InventoryView inventoryView, AuthorizerMapper authorizerMapper)
-