Package org.apache.druid.segment.loading
Class LocalDataSegmentKiller
- java.lang.Object
-
- org.apache.druid.segment.loading.LocalDataSegmentKiller
-
- All Implemented Interfaces:
org.apache.druid.segment.loading.DataSegmentKiller
public class LocalDataSegmentKiller extends Object implements org.apache.druid.segment.loading.DataSegmentKiller
-
-
Constructor Summary
Constructors Constructor Description LocalDataSegmentKiller(LocalDataSegmentPusherConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidkill(org.apache.druid.timeline.DataSegment segment)voidkillAll()
-
-
-
Constructor Detail
-
LocalDataSegmentKiller
@Inject public LocalDataSegmentKiller(LocalDataSegmentPusherConfig config)
-
-
Method Detail
-
kill
public void kill(org.apache.druid.timeline.DataSegment segment) throws org.apache.druid.segment.loading.SegmentLoadingException- Specified by:
killin interfaceorg.apache.druid.segment.loading.DataSegmentKiller- Throws:
org.apache.druid.segment.loading.SegmentLoadingException
-
killAll
public void killAll() throws IOException- Specified by:
killAllin interfaceorg.apache.druid.segment.loading.DataSegmentKiller- Throws:
IOException
-
-