Package | Description |
---|---|
org.tikv.common.region |
Modifier and Type | Method and Description |
---|---|
void |
RegionStoreClient.commit(BackOffer backOffer,
Iterable<com.google.protobuf.ByteString> keys,
long startTs,
long commitTs)
Commit batch keys
|
com.google.protobuf.ByteString |
RegionStoreClient.get(BackOffer backOffer,
com.google.protobuf.ByteString key,
long version)
Fetch a value according to a key
|
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 © 2024 PingCAP. All rights reserved.