Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.ScanRequest
Scan fetches values for a range of keys; it is part of the transaction with
starting timestamp = `version`.
|
static class |
Kvrpcpb.ScanRequest.Builder
Scan fetches values for a range of keys; it is part of the transaction with
starting timestamp = `version`.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.ScanRequestOrBuilder |
Tikvpb.BatchCommandsRequest.RequestOrBuilder.getScanOrBuilder()
.kvrpcpb.ScanRequest Scan = 2; |
Kvrpcpb.ScanRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.getScanOrBuilder()
.kvrpcpb.ScanRequest Scan = 2; |
Kvrpcpb.ScanRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.Builder.getScanOrBuilder()
.kvrpcpb.ScanRequest Scan = 2; |
Copyright © 2024 PingCAP. All rights reserved.