| Package | Description |
|---|---|
| io.seata.core.context | |
| io.seata.core.model |
| Modifier and Type | Method and Description |
|---|---|
static BranchType |
RootContext.getBranchType()
Deprecated.
Gets branch type.
|
static BranchType |
RootContext.unbindBranchType()
Deprecated.
Unbind branch type branch type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RootContext.bindBranchType(BranchType branchType)
Deprecated.
Bind branch type.
|
static void |
RootContext.setDefaultBranchType(BranchType defaultBranchType)
Deprecated.
Sets default branch type.
|
| Modifier and Type | Method and Description |
|---|---|
static BranchType |
BranchType.get(byte ordinal)
Deprecated.
Get branch type.
|
static BranchType |
BranchType.get(int ordinal)
Deprecated.
Get branch type.
|
static BranchType |
BranchType.get(String name)
Deprecated.
Get branch type.
|
static BranchType |
BranchType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BranchType[] |
BranchType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Apache. All rights reserved.