Class IntervalLoadRule
java.lang.Object
org.apache.druid.server.coordinator.rules.LoadRule
org.apache.druid.server.coordinator.rules.IntervalLoadRule
- All Implemented Interfaces:
Rule
-
Constructor Summary
ConstructorsConstructorDescriptionIntervalLoadRule(org.joda.time.Interval interval, Map<String, Integer> tieredReplicants, Boolean useDefaultTierForNull) -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesTo(DataSegment segment, org.joda.time.DateTime referenceTimestamp) booleanappliesTo(org.joda.time.Interval theInterval, org.joda.time.DateTime referenceTimestamp) booleanorg.joda.time.IntervalgetType()inthashCode()Methods inherited from class org.apache.druid.server.coordinator.rules.LoadRule
getNumReplicants, getTieredReplicants, run, shouldMatchingSegmentBeLoaded, useDefaultTierForNull
-
Constructor Details
-
IntervalLoadRule
-
-
Method Details