| Package | Description |
|---|---|
| io.seata.core.model | |
| io.seata.tm.api |
| Modifier and Type | Method and Description |
|---|---|
static GlobalStatus |
GlobalStatus.get(byte code)
Deprecated.
Get global status.
|
static GlobalStatus |
GlobalStatus.get(int code)
Deprecated.
Get global status.
|
static GlobalStatus |
GlobalStatus.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlobalStatus[] |
GlobalStatus.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GlobalStatus.isOnePhaseTimeout(GlobalStatus status)
Deprecated.
Is one phase timeout boolean.
|
static boolean |
GlobalStatus.isTwoPhaseHeuristic(GlobalStatus status)
Deprecated.
Is two phase heuristic boolean.
|
static boolean |
GlobalStatus.isTwoPhaseSuccess(GlobalStatus status)
Deprecated.
Is two phase success boolean.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalStatus |
GlobalTransaction.getLocalStatus()
Deprecated.
local status of the global transaction.
|
GlobalStatus |
DefaultGlobalTransaction.getLocalStatus()
Deprecated.
|
GlobalStatus |
GlobalTransaction.getStatus()
Deprecated.
Ask TC for current status of the corresponding global transaction.
|
GlobalStatus |
DefaultGlobalTransaction.getStatus()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalTransaction.globalReport(GlobalStatus globalStatus)
Deprecated.
report the global transaction status.
|
void |
DefaultGlobalTransaction.globalReport(GlobalStatus globalStatus)
Deprecated.
|
| Constructor and Description |
|---|
CheckTimerTask(GlobalTransaction tx,
GlobalStatus required) |
Copyright © 2025 Apache. All rights reserved.