| 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,
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) |
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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoordinatorCustomDuty
This
ExtensionPoint allows for coordinator duty to be pluggable
so that users can register their own duties without modifying Core Druid classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
BalanceSegments |
class |
CollectSegmentAndServerStats
Collects stats pertaining to segment availability on different servers.
|
class |
CompactSegments |
class |
KillAuditLog |
class |
KillCompactionConfig
CoordinatorDuty for automatic deletion of compaction configurations from the config table in metadata storage.
|
class |
KillDatasourceMetadata
CoordinatorDuty for automatic deletion of datasource metadata from the datasource table in metadata storage.
|
class |
KillRules |
class |
KillSupervisors
CoordinatorDuty for automatic deletion of terminated supervisors from the supervisor table in metadata storage.
|
class |
KillSupervisorsCustomDuty
CoordinatorDuty for automatic deletion of terminated supervisors from the supervisor table in metadata storage.
|
class |
KillUnusedSegments
Completely removes information about unused segments who have an interval end that comes before
now -
KillUnusedSegments.retainDuration from the metadata store. |
class |
MarkOvershadowedSegmentsAsUnused |
class |
RunRules
Duty to run retention rules.
|
class |
UnloadUnusedSegments
Unloads segments that are no longer marked as used from servers.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.