Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.ResolveLockRequest
For all keys locked by the transaction identified by `start_version`, either
commit or rollback the transaction and unlock the key.
|
static class |
Kvrpcpb.ResolveLockRequest.Builder
For all keys locked by the transaction identified by `start_version`, either
commit or rollback the transaction and unlock the key.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.ResolveLockRequestOrBuilder |
Tikvpb.BatchCommandsRequest.RequestOrBuilder.getResolveLockOrBuilder()
.kvrpcpb.ResolveLockRequest ResolveLock = 10; |
Kvrpcpb.ResolveLockRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.getResolveLockOrBuilder()
.kvrpcpb.ResolveLockRequest ResolveLock = 10; |
Kvrpcpb.ResolveLockRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.Builder.getResolveLockOrBuilder()
.kvrpcpb.ResolveLockRequest ResolveLock = 10; |
Copyright © 2024 PingCAP. All rights reserved.