| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.kv |
| Modifier and Type | Method and Description |
|---|---|
TxnResponse |
TxnResponse.Builder.build() |
TxnResponse |
TxnResponse.Builder.buildPartial() |
static TxnResponse |
TxnResponse.getDefaultInstance() |
TxnResponse |
TxnResponse.getDefaultInstanceForType() |
TxnResponse |
TxnResponse.Builder.getDefaultInstanceForType() |
TxnResponse |
ResponseOp.getResponseTxn()
.etcdserverpb.TxnResponse response_txn = 4; |
TxnResponse |
ResponseOp.Builder.getResponseTxn()
.etcdserverpb.TxnResponse response_txn = 4; |
TxnResponse |
ResponseOpOrBuilder.getResponseTxn()
.etcdserverpb.TxnResponse response_txn = 4; |
static TxnResponse |
TxnResponse.parseDelimitedFrom(InputStream input) |
static TxnResponse |
TxnResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnResponse |
TxnResponse.parseFrom(byte[] data) |
static TxnResponse |
TxnResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnResponse |
TxnResponse.parseFrom(ByteBuffer data) |
static TxnResponse |
TxnResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnResponse |
TxnResponse.parseFrom(com.google.protobuf.ByteString data) |
static TxnResponse |
TxnResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnResponse |
TxnResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static TxnResponse |
TxnResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TxnResponse |
TxnResponse.parseFrom(InputStream input) |
static TxnResponse |
TxnResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TxnResponse |
KVGrpc.KVBlockingStub.txn(TxnRequest request)
Txn processes multiple requests in a single transaction.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TxnResponse> |
TxnResponse.getParserForType() |
static io.grpc.MethodDescriptor<TxnRequest,TxnResponse> |
KVGrpc.getTxnMethod() |
static com.google.protobuf.Parser<TxnResponse> |
TxnResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<TxnResponse> |
KVGrpc.KVFutureStub.txn(TxnRequest request)
Txn processes multiple requests in a single transaction.
|
| Modifier and Type | Method and Description |
|---|---|
TxnResponse.Builder |
TxnResponse.Builder.mergeFrom(TxnResponse other) |
ResponseOp.Builder |
ResponseOp.Builder.mergeResponseTxn(TxnResponse value)
.etcdserverpb.TxnResponse response_txn = 4; |
static TxnResponse.Builder |
TxnResponse.newBuilder(TxnResponse prototype) |
ResponseOp.Builder |
ResponseOp.Builder.setResponseTxn(TxnResponse value)
.etcdserverpb.TxnResponse response_txn = 4; |
| Modifier and Type | Method and Description |
|---|---|
void |
KVGrpc.KVImplBase.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 |
|---|---|
TxnResponse |
KvClient.txnSync(TxnRequest txn,
long timeoutMillis) |
TxnResponse |
EtcdKvClient.txnSync(TxnRequest txn,
long timeoutMillis) |
| 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) |
Copyright © 2022. All rights reserved.