| Package | Description | 
|---|---|
| io.druid.metadata | |
| io.druid.server.coordinator.rules | |
| io.druid.server.http | |
| io.druid.server.router | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<Rule>> | 
SQLMetadataRuleManager.getAllRules()  | 
Map<String,List<Rule>> | 
MetadataRuleManager.getAllRules()  | 
List<Rule> | 
SQLMetadataRuleManager.getRules(String dataSource)  | 
List<Rule> | 
MetadataRuleManager.getRules(String dataSource)  | 
List<Rule> | 
SQLMetadataRuleManager.getRulesWithDefault(String dataSource)  | 
List<Rule> | 
MetadataRuleManager.getRulesWithDefault(String dataSource)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SQLMetadataRuleManager.overrideRule(String dataSource,
            List<Rule> newRules)  | 
boolean | 
MetadataRuleManager.overrideRule(String dataSource,
            List<Rule> newRules)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DropRule
DropRules indicate when segments should be completely removed from the cluster. 
 | 
class  | 
ForeverDropRule  | 
class  | 
ForeverLoadRule  | 
class  | 
IntervalDropRule  | 
class  | 
IntervalLoadRule  | 
class  | 
LoadRule
LoadRules indicate the number of replicants a segment should have in a given tier. 
 | 
class  | 
PeriodDropRule  | 
class  | 
PeriodLoadRule  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Rule> | 
RuleMap.getRules(String dataSource)  | 
| Constructor and Description | 
|---|
RuleMap(Map<String,List<Rule>> rules,
       List<Rule> defaultRules)  | 
RuleMap(Map<String,List<Rule>> rules,
       List<Rule> defaultRules)  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
RulesResource.setDatasourceRules(String dataSourceName,
                  List<Rule> rules)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Rule> | 
CoordinatorRuleManager.getRulesWithDefault(String dataSource)  | 
Copyright © 2015. All rights reserved.