@Generated(value="by gRPC proto compiler (version 1.7.0)", comments="Source: etcd/etcdserver/etcdserverpb/rpc.proto") public final class KVGrpc extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KVGrpc.KVBlockingStub |
static class |
KVGrpc.KVFutureStub |
static class |
KVGrpc.KVImplBase |
static class |
KVGrpc.KVStub |
| 限定符和类型 | 字段和说明 |
|---|---|
static io.grpc.MethodDescriptor<Rpc.CompactionRequest,Rpc.CompactionResponse> |
METHOD_COMPACT |
static io.grpc.MethodDescriptor<Rpc.DeleteRangeRequest,Rpc.DeleteRangeResponse> |
METHOD_DELETE_RANGE |
static io.grpc.MethodDescriptor<Rpc.PutRequest,Rpc.PutResponse> |
METHOD_PUT |
static io.grpc.MethodDescriptor<Rpc.RangeRequest,Rpc.RangeResponse> |
METHOD_RANGE |
static io.grpc.MethodDescriptor<Rpc.TxnRequest,Rpc.TxnResponse> |
METHOD_TXN |
static String |
SERVICE_NAME |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static KVGrpc.KVBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static KVGrpc.KVFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static KVGrpc.KVStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Rpc.RangeRequest,Rpc.RangeResponse> METHOD_RANGE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Rpc.PutRequest,Rpc.PutResponse> METHOD_PUT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Rpc.DeleteRangeRequest,Rpc.DeleteRangeResponse> METHOD_DELETE_RANGE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Rpc.TxnRequest,Rpc.TxnResponse> METHOD_TXN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Rpc.CompactionRequest,Rpc.CompactionResponse> METHOD_COMPACT
public static KVGrpc.KVStub newStub(io.grpc.Channel channel)
public static KVGrpc.KVBlockingStub newBlockingStub(io.grpc.Channel channel)
public static KVGrpc.KVFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018. All rights reserved.