Class IntervalDropRule

  • All Implemented Interfaces:
    Rule

    public class IntervalDropRule
    extends DropRule
    • Constructor Detail

      • IntervalDropRule

        public IntervalDropRule​(org.joda.time.Interval interval)
    • Method Detail

      • getType

        public String getType()
      • getInterval

        public org.joda.time.Interval getInterval()
      • appliesTo

        public boolean appliesTo​(org.apache.druid.timeline.DataSegment segment,
                                 org.joda.time.DateTime referenceTimestamp)
      • appliesTo

        public boolean appliesTo​(org.joda.time.Interval theInterval,
                                 org.joda.time.DateTime referenceTimestamp)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object