| Package | Description |
|---|---|
| io.shardingsphere.core.constant |
| Modifier and Type | Method and Description |
|---|---|
static ShardingPropertiesConstant |
ShardingPropertiesConstant.findByKey(String key)
Find value via property key.
|
static ShardingPropertiesConstant |
ShardingPropertiesConstant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShardingPropertiesConstant[] |
ShardingPropertiesConstant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ShardingProperties.getValue(ShardingPropertiesConstant shardingPropertiesConstant)
Get property value.
|
Copyright © 2018. All rights reserved.