| Interface | Description |
|---|---|
| CompactionSegmentIterator |
Segments in the lists which are the elements of this iterator are sorted according to the natural segment order
(see
DataSegment.compareTo(org.apache.druid.timeline.DataSegment)). |
| CompactionSegmentSearchPolicy |
Segment searching policy used by
CompactSegments. |
| CoordinatorCustomDuty |
This
ExtensionPoint allows for coordinator duty to be pluggable
so that users can register their own duties without modifying Core Druid classes. |
| CoordinatorDuty |
| Class | Description |
|---|---|
| BalanceSegments | |
| CompactSegments | |
| CoordinatorCustomDutyGroup | |
| CoordinatorCustomDutyGroups | |
| EmitClusterStatsAndMetrics |
Emits stats of the cluster and metrics of the coordination (including segment balancing) process.
|
| KillAuditLog | |
| KillCompactionConfig |
CoordinatorDuty for automatic deletion of compaction configurations from the config table in metadata storage.
|
| KillDatasourceMetadata |
CoordinatorDuty for automatic deletion of datasource metadata from the datasource table in metadata storage.
|
| KillRules | |
| KillSupervisors |
CoordinatorDuty for automatic deletion of terminated supervisors from the supervisor table in metadata storage.
|
| KillSupervisorsCustomDuty |
CoordinatorDuty for automatic deletion of terminated supervisors from the supervisor table in metadata storage.
|
| KillUnusedSegments |
Completely removes information about unused segments whose end time is older than
KillUnusedSegments.retainDuration from now
from the metadata store. |
| LogUsedSegments | |
| MarkAsUnusedOvershadowedSegments | |
| NewestSegmentFirstIterator |
This class iterates all segments of the dataSources configured for compaction from the newest to the oldest.
|
| NewestSegmentFirstPolicy |
This policy searches segments for compaction from the newest one to oldest one.
|
| RunRules | |
| UnloadUnusedSegments |
Unloads segments that are no longer marked as used from servers.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.