| Package | Description |
|---|---|
| io.seata.core.lock | |
| io.seata.core.model | |
| io.seata.core.store |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDBLocker.updateLockStatus(String xid,
LockStatus lockStatus) |
void |
Locker.updateLockStatus(String xid,
LockStatus lockStatus)
update lock status .
|
| Modifier and Type | Method and Description |
|---|---|
static LockStatus |
LockStatus.get(byte code)
Get lock status.
|
static LockStatus |
LockStatus.get(int code)
Get lock status.
|
static LockStatus |
LockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockStatus[] |
LockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockStore.updateLockStatus(String xid,
LockStatus lockStatus)
update lock status .
|
Copyright © 2023 Seata. All rights reserved.