| 程序包 | 说明 |
|---|---|
| org.tikv.common.importer | |
| org.tikv.common.region |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImporterStoreClient.multiIngest(Kvrpcpb.Context ctx,
Object writeResponse)
This API should be called after `finishWrite`.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegionStoreClient.prewrite(BackOffer backOffer,
com.google.protobuf.ByteString primary,
List<Kvrpcpb.Mutation> mutations,
long startTs,
long lockTTL)
Prewrite batch keys
|
void |
RegionStoreClient.prewrite(BackOffer bo,
com.google.protobuf.ByteString primaryLock,
List<Kvrpcpb.Mutation> mutations,
long startTs,
long ttl,
boolean skipConstraintCheck)
Prewrite batch keys
|
Copyright © 2023 PingCAP. All rights reserved.