Class IntervalDropRule

java.lang.Object
org.apache.druid.server.coordinator.rules.DropRule
org.apache.druid.server.coordinator.rules.IntervalDropRule
All Implemented Interfaces:
Rule

public class IntervalDropRule extends DropRule
  • Constructor Details

    • IntervalDropRule

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

    • getType

      public String getType()
    • getInterval

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

      public boolean appliesTo(DataSegment segment, org.joda.time.DateTime referenceTimestamp)
    • appliesTo

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object