| 程序包 | 说明 |
|---|---|
| org.tikv.common.region | |
| org.tikv.raw |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegionStoreClient.rawCompareAndSet(BackOffer backOffer,
com.google.protobuf.ByteString key,
Optional<com.google.protobuf.ByteString> prevValue,
com.google.protobuf.ByteString value,
long ttl) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RawKVClient.compareAndSet(com.google.protobuf.ByteString key,
Optional<com.google.protobuf.ByteString> prevValue,
com.google.protobuf.ByteString value) |
void |
RawKVClient.compareAndSet(com.google.protobuf.ByteString key,
Optional<com.google.protobuf.ByteString> prevValue,
com.google.protobuf.ByteString value,
long ttl) |
Copyright © 2023 PingCAP. All rights reserved.