public interface InventoryViewUtils
| Modifier and Type | Method and Description | 
|---|---|
static Comparator<ImmutableDruidDataSource> | 
comparingByName()  | 
static SortedSet<ImmutableDruidDataSource> | 
getDataSources(InventoryView serverInventoryView)  | 
static SortedSet<ImmutableDruidDataSource> | 
getSecuredDataSources(javax.servlet.http.HttpServletRequest request,
                     InventoryView inventoryView,
                     AuthorizerMapper authorizerMapper)  | 
static Comparator<ImmutableDruidDataSource> comparingByName()
static SortedSet<ImmutableDruidDataSource> getDataSources(InventoryView serverInventoryView)
static SortedSet<ImmutableDruidDataSource> getSecuredDataSources(javax.servlet.http.HttpServletRequest request, InventoryView inventoryView, AuthorizerMapper authorizerMapper)
Copyright © 2011–2018. All rights reserved.