Uses of Class
org.apache.druid.server.compaction.ReindexingPartitioningRule
Packages that use ReindexingPartitioningRule
-
Uses of ReindexingPartitioningRule in org.apache.druid.server.compaction
Methods in org.apache.druid.server.compaction that return ReindexingPartitioningRuleModifier and TypeMethodDescriptionComposingReindexingRuleProvider.getPartitioningRule(org.joda.time.Interval interval, org.joda.time.DateTime referenceTime) InlineReindexingRuleProvider.getPartitioningRule(org.joda.time.Interval interval, org.joda.time.DateTime referenceTime) ReindexingRuleProvider.getPartitioningRule(org.joda.time.Interval interval, org.joda.time.DateTime referenceTime) Returns the matched reindexing partitioning rule that applies to the given interval.IntervalPartitioningInfo.getSourceRule()static ReindexingPartitioningRuleReindexingPartitioningRule.syntheticRule(Granularity segmentGranularity, PartitionsSpec partitionsSpec, VirtualColumns virtualColumns) Creates a synthetic partitioning rule used to carry default partitioning configuration for intervals not covered by any user-defined partitioning rule.Methods in org.apache.druid.server.compaction that return types with arguments of type ReindexingPartitioningRuleModifier and TypeMethodDescriptionComposingReindexingRuleProvider.getPartitioningRules()InlineReindexingRuleProvider.getPartitioningRules()ReindexingRuleProvider.getPartitioningRules()Returns ALL reindexing partitioning rules.Method parameters in org.apache.druid.server.compaction with type arguments of type ReindexingPartitioningRuleModifier and TypeMethodDescriptionInlineReindexingRuleProvider.Builder.partitioningRules(List<ReindexingPartitioningRule> partitioningRules) Constructors in org.apache.druid.server.compaction with parameters of type ReindexingPartitioningRuleModifierConstructorDescriptionIntervalPartitioningInfo(org.joda.time.Interval interval, ReindexingPartitioningRule sourceRule) IntervalPartitioningInfo(org.joda.time.Interval interval, ReindexingPartitioningRule sourceRule, boolean isRuleSynthetic)