| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.duty | |
| org.apache.druid.server.coordinator.loading |
| Modifier and Type | Method and Description |
|---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withSegmentAssignerUsing(SegmentLoadQueueManager loadQueueManager)
Sets the
SegmentLoadQueueManager which is used to construct the
StrategicSegmentAssigner for this run. |
| Constructor and Description |
|---|
DruidCoordinator(DruidCoordinatorConfig config,
JacksonConfigManager configManager,
SegmentsMetadataManager segmentsMetadataManager,
ServerInventoryView serverInventoryView,
MetadataRuleManager metadataRuleManager,
ServiceEmitter emitter,
ScheduledExecutorFactory scheduledExecutorFactory,
IndexingServiceClient indexingServiceClient,
LoadQueueTaskMaster taskMaster,
SegmentLoadQueueManager loadQueueManager,
ServiceAnnouncer serviceAnnouncer,
DruidNode self,
Set<CoordinatorDuty> metadataStoreManagementDuties,
Set<CoordinatorDuty> indexingServiceDuties,
CoordinatorCustomDutyGroups customDutyGroups,
BalancerStrategyFactory balancerStrategyFactory,
LookupCoordinatorManager lookupCoordinatorManager,
DruidLeaderSelector coordLeaderSelector,
CompactionSegmentSearchPolicy compactionSegmentSearchPolicy) |
| Constructor and Description |
|---|
UnloadUnusedSegments(SegmentLoadQueueManager loadQueueManager) |
| Constructor and Description |
|---|
StrategicSegmentAssigner(SegmentLoadQueueManager loadQueueManager,
DruidCluster cluster,
BalancerStrategy strategy,
SegmentLoadingConfig loadingConfig,
CoordinatorRunStats stats) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.