Package | Description |
---|---|
org.tikv.common.region | |
org.tikv.raw |
Modifier and Type | Method and Description |
---|---|
void |
RegionStoreClient.rawCompareAndSet(BackOffer backOffer,
com.google.protobuf.ByteString key,
Optional<com.google.protobuf.ByteString> prevValue,
com.google.protobuf.ByteString value,
long ttl) |
Modifier and Type | Method and Description |
---|---|
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 © 2024 PingCAP. All rights reserved.