| Package | Description |
|---|---|
| io.seata.common.metadata |
| Modifier and Type | Method and Description |
|---|---|
ClusterRole |
Node.getRole() |
static ClusterRole |
ClusterRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterRole[] |
ClusterRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setRole(ClusterRole role) |
Copyright © 2023 Seata. All rights reserved.