Class DropRule
- java.lang.Object
-
- org.apache.druid.server.coordinator.rules.DropRule
-
- All Implemented Interfaces:
Rule
- Direct Known Subclasses:
ForeverDropRule,IntervalDropRule,PeriodDropBeforeRule,PeriodDropRule
public abstract class DropRule extends Object implements Rule
DropRules indicate when segments should be completely removed from the cluster.
-
-
Constructor Summary
Constructors Constructor Description DropRule()
-
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)
-
-