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 |
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) |
ResolveLockResult |
AbstractLockResolverClient.resolveLocks(BackOffer bo,
long callerStartTS,
List<Lock> locks,
boolean forWrite)
ResolveLocks tries to resolve Locks.
|
Modifier and Type | Method and Description |
---|---|
Lock |
LockException.getLock() |
Constructor and Description |
---|
LockException(Lock lock) |
Copyright © 2024 PingCAP. All rights reserved.