public static final class TestRpcServiceProtos.TestProtobufRpcProto.Stub extends TestRpcServiceProtos.TestProtobufRpcProto implements TestRpcServiceProtos.TestProtobufRpcProto.Interface
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.TestProtobufRpcProto.Interface, TestRpcServiceProtos.TestProtobufRpcProto.Stub| Modifier and Type | Method and Description |
|---|---|
void |
addr(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.AddrResponseProto> done)
rpc addr(.EmptyRequestProto) returns (.AddrResponseProto); |
void |
echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echo(.EchoRequestProto) returns (.EchoResponseProto); |
void |
error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc error(.EmptyRequestProto) returns (.EmptyResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
pause(com.google.protobuf.RpcController controller,
TestProtos.PauseRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc pause(.PauseRequestProto) returns (.EmptyResponseProto); |
void |
ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping(.EmptyRequestProto) returns (.EmptyResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc ping(.EmptyRequestProto) returns (.EmptyResponseProto);ping in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceping in class TestRpcServiceProtos.TestProtobufRpcProtopublic void echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc echo(.EchoRequestProto) returns (.EchoResponseProto);echo in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceecho in class TestRpcServiceProtos.TestProtobufRpcProtopublic void error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc error(.EmptyRequestProto) returns (.EmptyResponseProto);error in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceerror in class TestRpcServiceProtos.TestProtobufRpcProtopublic void pause(com.google.protobuf.RpcController controller,
TestProtos.PauseRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc pause(.PauseRequestProto) returns (.EmptyResponseProto);pause in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfacepause in class TestRpcServiceProtos.TestProtobufRpcProtopublic void addr(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.AddrResponseProto> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc addr(.EmptyRequestProto) returns (.AddrResponseProto);addr in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceaddr in class TestRpcServiceProtos.TestProtobufRpcProtoCopyright © 2007–2019 Cloudera. All rights reserved.