public static interface KvClient.FluentTxnRequest extends KvClient.FluentRequest<KvClient.FluentTxnRequest,TxnRequest,TxnResponse>
FluentRequest.AbstractFluentRequest<FR extends FluentRequest<FR,ReqT,RespT>,ReqT,RespT,BldT extends com.google.protobuf.GeneratedMessageV3.Builder<BldT>>| Modifier and Type | Method and Description |
|---|---|
default KvClient.FluentTxnRequest |
and() |
KvClient.FluentCmpTarget |
cmpEqual(com.google.protobuf.ByteString key) |
KvClient.FluentCmpTarget |
cmpGreater(com.google.protobuf.ByteString key) |
KvClient.FluentCmpTarget |
cmpLess(com.google.protobuf.ByteString key) |
KvClient.FluentCmpTarget |
cmpNotEqual(com.google.protobuf.ByteString key) |
KvClient.FluentTxnRequest |
exists(com.google.protobuf.ByteString key) |
KvClient.FluentTxnRequest |
notExists(com.google.protobuf.ByteString key) |
KvClient.FluentTxnSuccOps |
then() |
backoffRetry, backoffRetry, deadline, timeoutasRequest, async, async, syncKvClient.FluentCmpTarget cmpEqual(com.google.protobuf.ByteString key)
KvClient.FluentCmpTarget cmpNotEqual(com.google.protobuf.ByteString key)
KvClient.FluentCmpTarget cmpLess(com.google.protobuf.ByteString key)
KvClient.FluentCmpTarget cmpGreater(com.google.protobuf.ByteString key)
KvClient.FluentTxnRequest exists(com.google.protobuf.ByteString key)
KvClient.FluentTxnRequest notExists(com.google.protobuf.ByteString key)
default KvClient.FluentTxnRequest and()
KvClient.FluentTxnSuccOps then()
Copyright © 2022. All rights reserved.