Uses of Enum Class
org.apache.druid.server.compaction.ReindexingRule.AppliesToMode
Packages that use ReindexingRule.AppliesToMode
-
Uses of ReindexingRule.AppliesToMode in org.apache.druid.server.compaction
Methods in org.apache.druid.server.compaction that return ReindexingRule.AppliesToModeModifier and TypeMethodDescriptionAbstractReindexingRule.appliesTo(org.joda.time.Interval interval, org.joda.time.DateTime referenceTime) ReindexingRule.appliesTo(org.joda.time.Interval interval, org.joda.time.DateTime referenceTime) Check if this rule applies to the given interval.static ReindexingRule.AppliesToModeReturns the enum constant of this class with the specified name.static ReindexingRule.AppliesToMode[]ReindexingRule.AppliesToMode.values()Returns an array containing the constants of this enum class, in the order they are declared.