| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.kv | |
| com.ibm.etcd.client.utils |
| Modifier and Type | Method and Description |
|---|---|
TxnRequest |
TxnRequest.Builder.build() |
TxnRequest |
TxnRequest.Builder.buildPartial() |
static TxnRequest |
TxnRequest.getDefaultInstance() |
TxnRequest |
TxnRequest.getDefaultInstanceForType() |
TxnRequest |
TxnRequest.Builder.getDefaultInstanceForType() |
TxnRequest |
RequestOp.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
TxnRequest |
RequestOp.Builder.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
TxnRequest |
RequestOpOrBuilder.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
static TxnRequest |
TxnRequest.parseDelimitedFrom(InputStream input) |
static TxnRequest |
TxnRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnRequest |
TxnRequest.parseFrom(byte[] data) |
static TxnRequest |
TxnRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnRequest |
TxnRequest.parseFrom(ByteBuffer data) |
static TxnRequest |
TxnRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnRequest |
TxnRequest.parseFrom(com.google.protobuf.ByteString data) |
static TxnRequest |
TxnRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnRequest |
TxnRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static TxnRequest |
TxnRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnRequest |
TxnRequest.parseFrom(InputStream input) |
static TxnRequest |
TxnRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TxnRequest> |
TxnRequest.getParserForType() |
static io.grpc.MethodDescriptor<TxnRequest,TxnResponse> |
KVGrpc.getTxnMethod() |
static com.google.protobuf.Parser<TxnRequest> |
TxnRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
TxnRequest.Builder |
TxnRequest.Builder.mergeFrom(TxnRequest other) |
RequestOp.Builder |
RequestOp.Builder.mergeRequestTxn(TxnRequest value)
.etcdserverpb.TxnRequest request_txn = 4; |
static TxnRequest.Builder |
TxnRequest.newBuilder(TxnRequest prototype) |
RequestOp.Builder |
RequestOp.Builder.setRequestTxn(TxnRequest value)
.etcdserverpb.TxnRequest request_txn = 4; |
TxnResponse |
KVGrpc.KVBlockingStub.txn(TxnRequest request)
Txn processes multiple requests in a single transaction.
|
com.google.common.util.concurrent.ListenableFuture<TxnResponse> |
KVGrpc.KVFutureStub.txn(TxnRequest request)
Txn processes multiple requests in a single transaction.
|
default void |
KVGrpc.AsyncService.txn(TxnRequest request,
io.grpc.stub.StreamObserver<TxnResponse> responseObserver)
Txn processes multiple requests in a single transaction.
|
void |
KVGrpc.KVStub.txn(TxnRequest request,
io.grpc.stub.StreamObserver<TxnResponse> responseObserver)
Txn processes multiple requests in a single transaction.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<TxnResponse> |
KvClient.txn(TxnRequest txn) |
com.google.common.util.concurrent.ListenableFuture<TxnResponse> |
EtcdKvClient.txn(TxnRequest txn) |
TxnResponse |
KvClient.txnSync(TxnRequest txn,
long timeoutMillis) |
TxnResponse |
EtcdKvClient.txnSync(TxnRequest txn,
long timeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected TxnRequest |
RangeCache.putTxn(com.google.protobuf.ByteString key,
com.google.protobuf.ByteString value,
boolean getOnFail,
long lease,
CompareOrBuilder... conditions) |
Copyright © 2023. All rights reserved.