TxnResponse |
TxnResponse.Builder.build() |
TxnResponse |
TxnResponse.Builder.buildPartial() |
static TxnResponse |
TxnResponse.getDefaultInstance() |
TxnResponse |
TxnResponse.getDefaultInstanceForType() |
TxnResponse |
TxnResponse.Builder.getDefaultInstanceForType() |
TxnResponse |
ResponseOpOrBuilder.getResponseTxn()
.etcdserverpb.TxnResponse response_txn = 4;
|
TxnResponse |
ResponseOp.getResponseTxn()
.etcdserverpb.TxnResponse response_txn = 4;
|
TxnResponse |
ResponseOp.Builder.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.
|