| Package | Description | 
|---|---|
| io.druid.client | |
| io.druid.metadata | |
| io.druid.server.coordinator | 
| Modifier and Type | Method and Description | 
|---|---|
DruidDataSource | 
DruidDataSource.addSegment(String partitionName,
          io.druid.timeline.DataSegment dataSegment)  | 
DruidDataSource | 
DruidDataSource.addSegments(Map<String,io.druid.timeline.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<io.druid.timeline.DataSegment> availableSegments,
                             Map<String,LoadQueuePeon> loadManagementPeons,
                             ReplicationThrottler replicationManager,
                             com.metamx.emitter.service.ServiceEmitter emitter,
                             CoordinatorDynamicConfig coordinatorDynamicConfig,
                             CoordinatorStats stats,
                             org.joda.time.DateTime balancerReferenceTimestamp,
                             BalancerStrategyFactory strategyFactory)  | 
Copyright © 2015. All rights reserved.