| Package | Description |
|---|---|
| org.tikv.common.importer | |
| org.tikv.common.region |
| Modifier and Type | Method and Description |
|---|---|
void |
ImporterStoreClient.multiIngest(Kvrpcpb.Context ctx,
Object writeResponse)
This API should be called after `finishWrite`.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2025 PingCAP. All rights reserved.