Package | Description |
---|---|
io.druid.db | |
io.druid.server.coordinator | |
io.druid.server.http |
Modifier and Type | Method and Description |
---|---|
DatabaseRuleManager |
DatabaseRuleManagerProvider.get() |
Modifier and Type | Method and Description |
---|---|
DatabaseRuleManager |
DruidCoordinatorRuntimeParams.getDatabaseRuleManager() |
Modifier and Type | Method and Description |
---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withDatabaseRuleManager(DatabaseRuleManager databaseRuleManager) |
Constructor and Description |
---|
DruidCoordinator(DruidCoordinatorConfig config,
ZkPathsConfig zkPaths,
JacksonConfigManager configManager,
DatabaseSegmentManager databaseSegmentManager,
ServerInventoryView serverInventoryView,
DatabaseRuleManager databaseRuleManager,
org.apache.curator.framework.CuratorFramework curator,
com.metamx.emitter.service.ServiceEmitter emitter,
com.metamx.common.concurrent.ScheduledExecutorFactory scheduledExecutorFactory,
IndexingServiceClient indexingServiceClient,
LoadQueueTaskMaster taskMaster,
ServiceAnnouncer serviceAnnouncer,
DruidNode self) |
DruidCoordinatorRuntimeParams(long startTime,
DruidCluster druidCluster,
DatabaseRuleManager 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) |
Constructor and Description |
---|
BackwardsCompatibleInfoResource(DruidCoordinator coordinator,
InventoryView serverInventoryView,
DatabaseSegmentManager databaseSegmentManager,
DatabaseRuleManager databaseRuleManager,
IndexingServiceClient indexingServiceClient,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Deprecated.
|
InfoResource(DruidCoordinator coordinator,
InventoryView serverInventoryView,
DatabaseSegmentManager databaseSegmentManager,
DatabaseRuleManager databaseRuleManager,
IndexingServiceClient indexingServiceClient,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Deprecated.
|
RulesResource(DatabaseRuleManager databaseRuleManager) |
Copyright © 2015. All rights reserved.