| Package | Description |
|---|---|
| io.seata.common.metadata |
| Modifier and Type | Method and Description |
|---|---|
Node |
Metadata.getLeader(String clusterName) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
MetadataResponse.getNodes() |
List<Node> |
Metadata.getNodes(String clusterName) |
List<Node> |
Metadata.getNodes(String clusterName,
String group) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setLeaderNode(String clusterName,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataResponse.setNodes(List<Node> nodes) |
void |
Metadata.setNodes(String clusterName,
String group,
List<Node> nodes) |
Copyright © 2023 Seata. All rights reserved.