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