Package | Description |
---|---|
io.druid.server.coordinator | |
io.druid.server.http |
Modifier and Type | Method and Description |
---|---|
CoordinatorDynamicConfig |
CoordinatorDynamicConfig.Builder.build() |
CoordinatorDynamicConfig |
DruidCoordinatorRuntimeParams.getCoordinatorDynamicConfig() |
CoordinatorDynamicConfig |
DruidCoordinator.getDynamicConfigs() |
Modifier and Type | Method and Description |
---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withDynamicConfigs(CoordinatorDynamicConfig configs) |
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) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
CoordinatorDynamicConfigsResource.setDynamicConfigs(CoordinatorDynamicConfig dynamicConfig,
String author,
String comment,
javax.servlet.http.HttpServletRequest req) |
Copyright © 2011–2015. All rights reserved.