Package | Description |
---|---|
io.druid.db | |
io.druid.server.coordinator.rules | |
io.druid.server.http | |
io.druid.server.router |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Rule>> |
DatabaseRuleManager.getAllRules() |
List<Rule> |
DatabaseRuleManager.getRules(String dataSource) |
List<Rule> |
DatabaseRuleManager.getRulesWithDefault(String dataSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
DatabaseRuleManager.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) |
javax.ws.rs.core.Response |
InfoResource.setDatasourceRules(String dataSourceName,
List<Rule> rules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
CoordinatorRuleManager.getRulesWithDefault(String dataSource) |
Copyright © 2015. All rights reserved.