public static final class PingProtos.PingService.Stub extends PingProtos.PingService implements PingProtos.PingService.Interface
PingProtos.PingService.BlockingInterface, PingProtos.PingService.Interface, PingProtos.PingService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
count(com.google.protobuf.RpcController controller,
PingProtos.CountRequest request,
com.google.protobuf.RpcCallback<PingProtos.CountResponse> done)
rpc count(.CountRequest) returns (.CountResponse); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
hello(com.google.protobuf.RpcController controller,
PingProtos.HelloRequest request,
com.google.protobuf.RpcCallback<PingProtos.HelloResponse> done)
rpc hello(.HelloRequest) returns (.HelloResponse); |
void |
increment(com.google.protobuf.RpcController controller,
PingProtos.IncrementCountRequest request,
com.google.protobuf.RpcCallback<PingProtos.IncrementCountResponse> done)
rpc increment(.IncrementCountRequest) returns (.IncrementCountResponse); |
void |
noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request,
com.google.protobuf.RpcCallback<PingProtos.NoopResponse> done)
rpc noop(.NoopRequest) returns (.NoopResponse); |
void |
ping(com.google.protobuf.RpcController controller,
PingProtos.PingRequest request,
com.google.protobuf.RpcCallback<PingProtos.PingResponse> done)
rpc ping(.PingRequest) returns (.PingResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller,
PingProtos.PingRequest request,
com.google.protobuf.RpcCallback<PingProtos.PingResponse> done)
PingProtos.PingServicerpc ping(.PingRequest) returns (.PingResponse);ping in interface PingProtos.PingService.Interfaceping in class PingProtos.PingServicepublic void count(com.google.protobuf.RpcController controller,
PingProtos.CountRequest request,
com.google.protobuf.RpcCallback<PingProtos.CountResponse> done)
PingProtos.PingServicerpc count(.CountRequest) returns (.CountResponse);count in interface PingProtos.PingService.Interfacecount in class PingProtos.PingServicepublic void increment(com.google.protobuf.RpcController controller,
PingProtos.IncrementCountRequest request,
com.google.protobuf.RpcCallback<PingProtos.IncrementCountResponse> done)
PingProtos.PingServicerpc increment(.IncrementCountRequest) returns (.IncrementCountResponse);increment in interface PingProtos.PingService.Interfaceincrement in class PingProtos.PingServicepublic void hello(com.google.protobuf.RpcController controller,
PingProtos.HelloRequest request,
com.google.protobuf.RpcCallback<PingProtos.HelloResponse> done)
PingProtos.PingServicerpc hello(.HelloRequest) returns (.HelloResponse);hello in interface PingProtos.PingService.Interfacehello in class PingProtos.PingServicepublic void noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request,
com.google.protobuf.RpcCallback<PingProtos.NoopResponse> done)
PingProtos.PingServicerpc noop(.NoopRequest) returns (.NoopResponse);noop in interface PingProtos.PingService.Interfacenoop in class PingProtos.PingServiceCopyright © 2007–2019 Cloudera. All rights reserved.