Class AzureDataSegmentKiller

  • All Implemented Interfaces:
    org.apache.druid.segment.loading.DataSegmentKiller

    public class AzureDataSegmentKiller
    extends Object
    implements org.apache.druid.segment.loading.DataSegmentKiller
    Used for removing segment files stored in Azure based deep storage
    • Method Detail

      • kill

        public void kill​(org.apache.druid.timeline.DataSegment segment)
                  throws org.apache.druid.segment.loading.SegmentLoadingException
        Specified by:
        kill in interface org.apache.druid.segment.loading.DataSegmentKiller
        Throws:
        org.apache.druid.segment.loading.SegmentLoadingException
      • killAll

        public void killAll()
                     throws IOException
        Specified by:
        killAll in interface org.apache.druid.segment.loading.DataSegmentKiller
        Throws:
        IOException