Package | Description |
---|---|
io.druid.client | |
io.druid.metadata | |
io.druid.server.coordinator | |
io.druid.server.http |
Modifier and Type | Method and Description |
---|---|
DruidDataSource |
DruidDataSource.addSegment(String partitionName,
DataSegment dataSegment) |
DruidDataSource |
DruidDataSource.addSegments(Map<String,DataSegment> partitionMap) |
DruidDataSource |
DruidServer.getDataSource(String dataSource) |
DruidDataSource |
DruidDataSource.removePartition(String partitionName) |
Modifier and Type | Method and Description |
---|---|
Iterable<DruidDataSource> |
DruidServer.getDataSources() |
Modifier and Type | Method and Description |
---|---|
DruidDataSource |
SQLMetadataSegmentManager.getInventoryValue(String key) |
DruidDataSource |
MetadataSegmentManager.getInventoryValue(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<DruidDataSource> |
SQLMetadataSegmentManager.getInventory() |
Collection<DruidDataSource> |
MetadataSegmentManager.getInventory() |
Modifier and Type | Method and Description |
---|---|
Set<DruidDataSource> |
DruidCoordinatorRuntimeParams.getDataSources() |
Modifier and Type | Method and Description |
---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withDatasources(Collection<DruidDataSource> dataSourcesCollection) |
Constructor and Description |
---|
DruidCoordinatorRuntimeParams(long startTime,
DruidCluster druidCluster,
MetadataRuleManager databaseRuleManager,
SegmentReplicantLookup segmentReplicantLookup,
Set<DruidDataSource> dataSources,
Set<DataSegment> availableSegments,
Map<String,LoadQueuePeon> loadManagementPeons,
ReplicationThrottler replicationManager,
com.metamx.emitter.service.ServiceEmitter emitter,
CoordinatorDynamicConfig coordinatorDynamicConfig,
CoordinatorStats stats,
org.joda.time.DateTime balancerReferenceTimestamp,
BalancerStrategy balancerStrategy) |
Modifier and Type | Method and Description |
---|---|
static Set<DruidDataSource> |
InventoryViewUtils.getDataSources(InventoryView serverInventoryView) |
static Set<DruidDataSource> |
InventoryViewUtils.getSecuredDataSources(InventoryView inventoryView,
AuthorizationInfo authorizationInfo) |
Copyright © 2011–2017. All rights reserved.