| Package | Description | 
|---|---|
| io.druid.server.coordinator | 
| Modifier and Type | Method and Description | 
|---|---|
SegmentReplicantLookup | 
DruidCoordinatorRuntimeParams.getSegmentReplicantLookup()  | 
static SegmentReplicantLookup | 
SegmentReplicantLookup.make(DruidCluster cluster)  | 
| Modifier and Type | Method and Description | 
|---|---|
DruidCoordinatorRuntimeParams.Builder | 
DruidCoordinatorRuntimeParams.Builder.withSegmentReplicantLookup(SegmentReplicantLookup lookup)  | 
| 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.