Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.PrewriteRequest
A prewrite is the first phase of writing to TiKV.
|
static class |
Kvrpcpb.PrewriteRequest.Builder
A prewrite is the first phase of writing to TiKV.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.PrewriteRequestOrBuilder |
Tikvpb.BatchCommandsRequest.RequestOrBuilder.getPrewriteOrBuilder()
.kvrpcpb.PrewriteRequest Prewrite = 3; |
Kvrpcpb.PrewriteRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.getPrewriteOrBuilder()
.kvrpcpb.PrewriteRequest Prewrite = 3; |
Kvrpcpb.PrewriteRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.Builder.getPrewriteOrBuilder()
.kvrpcpb.PrewriteRequest Prewrite = 3; |
Copyright © 2024 PingCAP. All rights reserved.