| Package | Description |
|---|---|
| org.apache.druid.client | |
| org.apache.druid.metadata | |
| org.apache.druid.server.http |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDruidDataSource |
ImmutableDruidServer.getDataSource(String name) |
ImmutableDruidDataSource |
DataSourcesSnapshot.getDataSource(String dataSourceName) |
ImmutableDruidDataSource |
DruidDataSource.toImmutableDruidDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableDruidDataSource> |
ImmutableDruidServer.getDataSources() |
Map<String,ImmutableDruidDataSource> |
DataSourcesSnapshot.getDataSourcesMap() |
Collection<ImmutableDruidDataSource> |
DataSourcesSnapshot.getDataSourcesWithAllUsedSegments() |
| Constructor and Description |
|---|
DataSourcesSnapshot(Map<String,ImmutableDruidDataSource> dataSourcesWithAllUsedSegments) |
ImmutableDruidServer(DruidServerMetadata metadata,
long currSize,
com.google.common.collect.ImmutableMap<String,ImmutableDruidDataSource> dataSources,
int numSegments) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDruidDataSource |
SqlSegmentsMetadataManager.getImmutableDataSourceWithUsedSegments(String dataSourceName) |
ImmutableDruidDataSource |
SegmentsMetadataManager.getImmutableDataSourceWithUsedSegments(String dataSource)
If there are used segments belonging to the given data source this method returns them as an
ImmutableDruidDataSource object. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableDruidDataSource> |
SqlSegmentsMetadataManager.getImmutableDataSourcesWithAllUsedSegments() |
Collection<ImmutableDruidDataSource> |
SegmentsMetadataManager.getImmutableDataSourcesWithAllUsedSegments()
Returns a set of
ImmutableDruidDataSource objects containing information about all used segments. |
| 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–2021 The Apache Software Foundation. All rights reserved.