public static interface KvClient.FluentCmpTarget
| Modifier and Type | Method and Description |
|---|---|
KvClient.FluentCmpTarget |
allInRange(com.google.protobuf.ByteString key)
Supported in versions >= 3.3 only
|
KvClient.FluentCmpTarget |
allWithPrefix()
Supported in versions >= 3.3 only
|
KvClient.FluentCmpTarget |
andAllHigher()
Supported in versions >= 3.3 only
|
KvClient.FluentTxnRequest |
create(long rev) |
KvClient.FluentTxnRequest |
lease(long leaseId)
Supported in versions >= 3.3 only
|
KvClient.FluentTxnRequest |
mod(long rev) |
KvClient.FluentTxnRequest |
value(com.google.protobuf.ByteString value) |
KvClient.FluentTxnRequest |
version(long version) |
KvClient.FluentTxnRequest version(long version)
KvClient.FluentTxnRequest mod(long rev)
KvClient.FluentTxnRequest create(long rev)
KvClient.FluentTxnRequest value(com.google.protobuf.ByteString value)
KvClient.FluentTxnRequest lease(long leaseId)
KvClient.FluentCmpTarget allInRange(com.google.protobuf.ByteString key)
KvClient.FluentCmpTarget allWithPrefix()
KvClient.FluentCmpTarget andAllHigher()
Copyright © 2023. All rights reserved.