| Package | Description |
|---|---|
| io.druid.client | |
| io.druid.metadata | |
| io.druid.server.coordinator | |
| io.druid.server.http |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDruidDataSource |
ImmutableDruidServer.getDataSource(String name) |
ImmutableDruidDataSource |
DruidDataSource.toImmutableDruidDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableDruidDataSource> |
ImmutableDruidServer.getDataSources() |
| Constructor and Description |
|---|
ImmutableDruidServer(DruidServerMetadata metadata,
long currSize,
com.google.common.collect.ImmutableMap<String,ImmutableDruidDataSource> dataSources,
com.google.common.collect.ImmutableMap<String,DataSegment> segments) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDruidDataSource |
SQLMetadataSegmentManager.getInventoryValue(String key) |
ImmutableDruidDataSource |
MetadataSegmentManager.getInventoryValue(String key) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableDruidDataSource> |
SQLMetadataSegmentManager.getInventory() |
Collection<ImmutableDruidDataSource> |
MetadataSegmentManager.getInventory() |
| Modifier and Type | Method and Description |
|---|---|
Set<ImmutableDruidDataSource> |
DruidCoordinatorRuntimeParams.getDataSources() |
| Modifier and Type | Method and Description |
|---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withDatasources(Collection<ImmutableDruidDataSource> dataSourcesCollection) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<ImmutableDruidDataSource> |
InventoryViewUtils.comparingByName() |
static SortedSet<ImmutableDruidDataSource> |
InventoryViewUtils.getDataSources(InventoryView serverInventoryView) |
static SortedSet<ImmutableDruidDataSource> |
InventoryViewUtils.getSecuredDataSources(javax.servlet.http.HttpServletRequest request,
InventoryView inventoryView,
AuthorizerMapper authorizerMapper) |
Copyright © 2011–2018. All rights reserved.