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