| Package | Description |
|---|---|
| org.tikv.txn | |
| org.tikv.txn.exception |
| Modifier and Type | Method and Description |
|---|---|
static Lock |
AbstractLockResolverClient.extractLockFromKeyErr(Kvrpcpb.KeyError keyError,
RequestKeyCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
ResolveLockResult |
AbstractLockResolverClient.resolveLocks(BackOffer bo,
long callerStartTS,
List<Lock> locks,
boolean forWrite)
ResolveLocks tries to resolve Locks.
|
ResolveLockResult |
LockResolverClientV3.resolveLocks(BackOffer bo,
long callerStartTS,
List<Lock> locks,
boolean forWrite) |
ResolveLockResult |
LockResolverClientV2.resolveLocks(BackOffer bo,
long callerStartTS,
List<Lock> locks,
boolean forWrite) |
ResolveLockResult |
LockResolverClientV4.resolveLocks(BackOffer bo,
long callerStartTS,
List<Lock> locks,
boolean forWrite) |
| Modifier and Type | Method and Description |
|---|---|
Lock |
LockException.getLock() |
| Constructor and Description |
|---|
LockException(Lock lock) |
Copyright © 2025 PingCAP. All rights reserved.