Uses of Interface
org.apache.druid.server.coordinator.rules.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return types with arguments of type RuleModifier and TypeMethodDescriptionMetadataRuleManager.getAllRules()SQLMetadataRuleManager.getAllRules()MetadataRuleManager.getRulesWithDefault(String dataSource) SQLMetadataRuleManager.getRulesWithDefault(String dataSource) Method parameters in org.apache.druid.metadata with type arguments of type RuleModifier and TypeMethodDescriptionbooleanMetadataRuleManager.overrideRule(String dataSource, List<Rule> rulesConfig, AuditInfo auditInfo) booleanSQLMetadataRuleManager.overrideRule(String dataSource, List<Rule> newRules, AuditInfo auditInfo) -
Uses of Rule in org.apache.druid.server.coordinator.duty
Methods in org.apache.druid.server.coordinator.duty that return types with arguments of type RuleModifier and TypeMethodDescriptionMetadataAction.GetDatasourceRules.getRulesWithDefault(String dataSource) -
Uses of Rule in org.apache.druid.server.coordinator.rules
Classes in org.apache.druid.server.coordinator.rules that implement RuleModifier and TypeClassDescriptionclassclassDropRules indicate when segments should be completely removed from the cluster.classclassclassclassclassclassclassLoadRules indicate the number of replicants a segment should have in a given tier.classclassclassclass -
Uses of Rule in org.apache.druid.server.http
Method parameters in org.apache.druid.server.http with type arguments of type RuleModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRulesResource.setDatasourceRules(String dataSourceName, List<Rule> rules, javax.servlet.http.HttpServletRequest req)