| 程序包 | 说明 |
|---|---|
| etcdserverpb |
| 限定符和类型 | 字段和说明 |
|---|---|
static io.grpc.MethodDescriptor<Rpc.TxnRequest,Rpc.TxnResponse> |
KVGrpc.METHOD_TXN |
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.TxnRequest |
Rpc.TxnRequest.Builder.build() |
Rpc.TxnRequest |
Rpc.TxnRequest.Builder.buildPartial() |
static Rpc.TxnRequest |
Rpc.TxnRequest.getDefaultInstance() |
Rpc.TxnRequest |
Rpc.TxnRequest.getDefaultInstanceForType() |
Rpc.TxnRequest |
Rpc.TxnRequest.Builder.getDefaultInstanceForType() |
Rpc.TxnRequest |
Rpc.RequestOpOrBuilder.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
Rpc.TxnRequest |
Rpc.RequestOp.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
Rpc.TxnRequest |
Rpc.RequestOp.Builder.getRequestTxn()
.etcdserverpb.TxnRequest request_txn = 4; |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseDelimitedFrom(InputStream input) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(byte[] data) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(ByteBuffer data) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(com.google.protobuf.ByteString data) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(InputStream input) |
static Rpc.TxnRequest |
Rpc.TxnRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Rpc.TxnRequest> |
Rpc.TxnRequest.getParserForType() |
static com.google.protobuf.Parser<Rpc.TxnRequest> |
Rpc.TxnRequest.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.TxnRequest.Builder |
Rpc.TxnRequest.Builder.mergeFrom(Rpc.TxnRequest other) |
Rpc.RequestOp.Builder |
Rpc.RequestOp.Builder.mergeRequestTxn(Rpc.TxnRequest value)
.etcdserverpb.TxnRequest request_txn = 4; |
static Rpc.TxnRequest.Builder |
Rpc.TxnRequest.newBuilder(Rpc.TxnRequest prototype) |
Rpc.RequestOp.Builder |
Rpc.RequestOp.Builder.setRequestTxn(Rpc.TxnRequest value)
.etcdserverpb.TxnRequest request_txn = 4; |
Rpc.TxnResponse |
KVGrpc.KVBlockingStub.txn(Rpc.TxnRequest request)
Txn processes multiple requests in a single transaction.
|
com.google.common.util.concurrent.ListenableFuture<Rpc.TxnResponse> |
KVGrpc.KVFutureStub.txn(Rpc.TxnRequest request)
Txn processes multiple requests in a single transaction.
|
void |
KVGrpc.KVImplBase.txn(Rpc.TxnRequest request,
io.grpc.stub.StreamObserver<Rpc.TxnResponse> responseObserver)
Txn processes multiple requests in a single transaction.
|
void |
KVGrpc.KVStub.txn(Rpc.TxnRequest request,
io.grpc.stub.StreamObserver<Rpc.TxnResponse> responseObserver)
Txn processes multiple requests in a single transaction.
|
Copyright © 2018. All rights reserved.