| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidCoordinatorCleanupPendingSegments |
| Constructor and Description |
|---|
CoordinatorRunnable(List<DruidCoordinatorHelper> helpers,
int startingLeaderCounter) |
DruidCoordinator(DruidCoordinatorConfig config,
ZkPathsConfig zkPaths,
JacksonConfigManager configManager,
MetadataSegmentManager segmentsMetadata,
ServerInventoryView serverInventoryView,
MetadataRuleManager metadataRuleManager,
org.apache.curator.framework.CuratorFramework curator,
ServiceEmitter emitter,
ScheduledExecutorFactory scheduledExecutorFactory,
IndexingServiceClient indexingServiceClient,
LoadQueueTaskMaster taskMaster,
ServiceAnnouncer serviceAnnouncer,
DruidNode self,
Set<DruidCoordinatorHelper> indexingServiceHelpers,
BalancerStrategyFactory factory,
LookupCoordinatorManager lookupCoordinatorManager,
DruidLeaderSelector coordLeaderSelector,
DruidCoordinatorSegmentCompactor segmentCompactor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidCoordinatorBalancer |
class |
DruidCoordinatorCleanupOvershadowed |
class |
DruidCoordinatorCleanupUnneeded |
class |
DruidCoordinatorLogger |
class |
DruidCoordinatorRuleRunner |
class |
DruidCoordinatorSegmentCompactor |
class |
DruidCoordinatorSegmentInfoLoader |
class |
DruidCoordinatorSegmentKiller
Completely removes information about unused segments whose end time is older than
DruidCoordinatorSegmentKiller.retainDuration from now
from the metadata store. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.