| Package | Description |
|---|---|
| org.apache.druid.server.coordinator.loading | |
| org.apache.druid.server.coordinator.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
StrategicSegmentAssigner
Used by the coordinator in each run for segment loading, dropping, balancing
and broadcasting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.run(DataSegment segment,
SegmentActionHandler segmentHandler) |
void |
DropRule.run(DataSegment segment,
SegmentActionHandler handler) |
void |
BroadcastDistributionRule.run(DataSegment segment,
SegmentActionHandler handler) |
void |
LoadRule.run(DataSegment segment,
SegmentActionHandler handler) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.