Uses of Interface
org.apache.druid.server.coordinator.rules.Rule
-
Packages that use Rule Package Description org.apache.druid.metadata org.apache.druid.server.coordinator.rules org.apache.druid.server.http -
-
Uses of Rule in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return types with arguments of type Rule Modifier and Type Method Description Map<String,List<Rule>>MetadataRuleManager. getAllRules()Map<String,List<Rule>>SQLMetadataRuleManager. getAllRules()List<Rule>MetadataRuleManager. getRules(String dataSource)List<Rule>SQLMetadataRuleManager. getRules(String dataSource)List<Rule>MetadataRuleManager. getRulesWithDefault(String dataSource)List<Rule>SQLMetadataRuleManager. getRulesWithDefault(String dataSource)Method parameters in org.apache.druid.metadata with type arguments of type Rule Modifier and Type Method Description booleanMetadataRuleManager. overrideRule(String dataSource, List<Rule> rulesConfig, org.apache.druid.audit.AuditInfo auditInfo)booleanSQLMetadataRuleManager. overrideRule(String dataSource, List<Rule> newRules, org.apache.druid.audit.AuditInfo auditInfo) -
Uses of Rule in org.apache.druid.server.coordinator.rules
Classes in org.apache.druid.server.coordinator.rules that implement Rule Modifier and Type Class Description classBroadcastDistributionRuleclassDropRuleDropRules indicate when segments should be completely removed from the cluster.classForeverBroadcastDistributionRuleclassForeverDropRuleclassForeverLoadRuleclassIntervalBroadcastDistributionRuleclassIntervalDropRuleclassIntervalLoadRuleclassLoadRuleLoadRules indicate the number of replicants a segment should have in a given tier.classPeriodBroadcastDistributionRuleclassPeriodDropBeforeRuleclassPeriodDropRuleclassPeriodLoadRule -
Uses of Rule in org.apache.druid.server.http
Method parameters in org.apache.druid.server.http with type arguments of type Rule Modifier and Type Method Description javax.ws.rs.core.ResponseRulesResource. setDatasourceRules(String dataSourceName, List<Rule> rules, javax.servlet.http.HttpServletRequest req)
-