| Package | Description |
|---|---|
| com.alibaba.cloud.sentinel.datasource | |
| com.alibaba.cloud.sentinel.datasource.config |
| Modifier and Type | Method and Description |
|---|---|
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<RuleType> |
RuleType.getByClass(Class clazz) |
static Optional<RuleType> |
RuleType.getByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
AbstractDataSourceProperties.getRuleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataSourceProperties.setRuleType(RuleType ruleType) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.