Class ForeverBroadcastDistributionRule
- java.lang.Object
-
- org.apache.druid.server.coordinator.rules.BroadcastDistributionRule
-
- org.apache.druid.server.coordinator.rules.ForeverBroadcastDistributionRule
-
- All Implemented Interfaces:
Rule
public class ForeverBroadcastDistributionRule extends BroadcastDistributionRule
-
-
Constructor Summary
Constructors Constructor Description ForeverBroadcastDistributionRule()
-
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)booleanequals(Object o)StringgetType()inthashCode()-
Methods inherited from class org.apache.druid.server.coordinator.rules.BroadcastDistributionRule
run
-
-
-
-
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)
-
-