| 限定符和类型 | 方法和说明 |
|---|---|
static StorageNodeStatus |
StorageNodeStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StorageNodeStatus[] |
StorageNodeStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<org.apache.shardingsphere.infra.metadata.schema.QualifiedSchema> |
StorageStatusNode.extractQualifiedSchema(StorageNodeStatus status,
String storageNodePath)
Extract qualified schema.
|
static String |
StorageStatusNode.getStatusPath(StorageNodeStatus status)
Get storage node status path.
|
static String |
StorageStatusNode.getStatusPath(StorageNodeStatus status,
org.apache.shardingsphere.infra.metadata.schema.QualifiedSchema schema)
Get storage node status path.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
StorageNodeStatusService.loadStorageNodes(String schemaName,
StorageNodeStatus status)
Load storage node names.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.