Class ForeverLoadRule
- java.lang.Object
-
- org.apache.druid.server.coordinator.rules.LoadRule
-
- org.apache.druid.server.coordinator.rules.ForeverLoadRule
-
-
Constructor Summary
Constructors Constructor Description ForeverLoadRule(Map<String,Integer> tieredReplicants, Boolean useDefaultTierForNull)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(org.apache.druid.timeline.DataSegment segment, org.joda.time.DateTime referenceTimestamp)booleanappliesTo(org.joda.time.Interval interval, org.joda.time.DateTime referenceTimestamp)StringgetType()-
Methods inherited from class org.apache.druid.server.coordinator.rules.LoadRule
equals, getNumReplicants, getTieredReplicants, hashCode, run, shouldMatchingSegmentBeLoaded, useDefaultTierForNull
-
-
-
-
Method Detail
-
getType
public String getType()
-
appliesTo
public boolean appliesTo(org.apache.druid.timeline.DataSegment segment, org.joda.time.DateTime referenceTimestamp)
-
appliesTo
public boolean appliesTo(org.joda.time.Interval interval, org.joda.time.DateTime referenceTimestamp)
-
-