Class BroadcastDistributionRule
- java.lang.Object
-
- org.apache.druid.server.coordinator.rules.BroadcastDistributionRule
-
- All Implemented Interfaces:
Rule
- Direct Known Subclasses:
ForeverBroadcastDistributionRule,IntervalBroadcastDistributionRule,PeriodBroadcastDistributionRule
public abstract class BroadcastDistributionRule extends Object implements Rule
-
-
Constructor Summary
Constructors Constructor Description BroadcastDistributionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(org.apache.druid.timeline.DataSegment segment, SegmentActionHandler handler)
-
-
-
Method Detail
-
run
public void run(org.apache.druid.timeline.DataSegment segment, SegmentActionHandler handler)
-
-