Uses of Interface
org.apache.druid.server.compaction.ReindexingRule
Packages that use ReindexingRule
-
Uses of ReindexingRule in org.apache.druid.server.compaction
Classes in org.apache.druid.server.compaction that implement ReindexingRuleModifier and TypeClassDescriptionclassBase implementation for reindexing rules that apply based on data age thresholds.classAReindexingRulethat specifies a data schema for reindexing tasks to configure.classAReindexingRulethat specifies patterns to match for removing rows during reindexing.classAReindexingRulethat specifies anIndexSpecfor reindexing tasks to configure.classAReindexingRulethat specifies partitioning configuration for reindexing tasks.Methods in org.apache.druid.server.compaction that return types with arguments of type ReindexingRuleModifier and TypeMethodDescriptiondefault Stream<ReindexingRule>ReindexingRuleProvider.streamAllRules()Returns a stream of all reindexing rules across all types.