| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.duty |
| Modifier and Type | Class and Description |
|---|---|
class |
KillStalePendingSegments |
| Constructor and Description |
|---|
DruidCoordinator(DruidCoordinatorConfig config,
ZkPathsConfig zkPaths,
JacksonConfigManager configManager,
SegmentsMetadataManager segmentsMetadataManager,
ServerInventoryView serverInventoryView,
MetadataRuleManager metadataRuleManager,
org.apache.curator.framework.CuratorFramework curator,
ServiceEmitter emitter,
ScheduledExecutorFactory scheduledExecutorFactory,
IndexingServiceClient indexingServiceClient,
LoadQueueTaskMaster taskMaster,
ServiceAnnouncer serviceAnnouncer,
DruidNode self,
Set<CoordinatorDuty> indexingServiceDuties,
BalancerStrategyFactory factory,
LookupCoordinatorManager lookupCoordinatorManager,
DruidLeaderSelector coordLeaderSelector,
CompactSegments compactSegments) |
| Modifier and Type | Class and Description |
|---|---|
class |
BalanceSegments |
class |
CompactSegments |
class |
EmitClusterStatsAndMetrics
Emits stats of the cluster and metrics of the coordination (including segment balancing) process.
|
class |
KillUnusedSegments
Completely removes information about unused segments whose end time is older than
KillUnusedSegments.retainDuration from now
from the metadata store. |
class |
LogUsedSegments |
class |
MarkAsUnusedOvershadowedSegments |
class |
RunRules |
class |
UnloadUnusedSegments
Unloads segments that are no longer marked as used from servers.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.