Package | Description |
---|---|
org.tikv.common.util | |
org.tikv.raw |
Modifier and Type | Method and Description |
---|---|
ScanOption |
ScanOption.ScanOptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<List<Kvrpcpb.KvPair>> |
RawKVClient.batchScan(List<ScanOption> ranges) |
List<List<Kvrpcpb.KvPair>> |
SmartRawKVClient.batchScan(List<ScanOption> ranges) |
List<List<Kvrpcpb.KvPair>> |
RawKVClientBase.batchScan(List<ScanOption> ranges)
Create a new `batch scan` request.
|
Copyright © 2024 PingCAP. All rights reserved.