public static final class TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub extends TestRpcServiceProtosLegacy.TestProtobufRpc2Proto implements TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface
TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface, TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface, TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub| Modifier and Type | Method and Description |
|---|---|
void |
echo2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
ping2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
sleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.SleepResponseProto> done)
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpc2Protorpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);ping2 in interface TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interfaceping2 in class TestRpcServiceProtosLegacy.TestProtobufRpc2Protopublic void echo2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpc2Protorpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);echo2 in interface TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interfaceecho2 in class TestRpcServiceProtosLegacy.TestProtobufRpc2Protopublic void sleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.SleepResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpc2Protorpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);sleep in interface TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interfacesleep in class TestRpcServiceProtosLegacy.TestProtobufRpc2ProtoCopyright © 2008–2021 Apache Software Foundation. All rights reserved.