org.apache.hadoop.ipc.protobuf
Class TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
java.lang.Object
org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
- All Implemented Interfaces:
- com.google.protobuf.Service, TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
- Enclosing class:
- TestRpcServiceProtos.TestProtobufRpc2Proto
public static final class TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
- extends TestRpcServiceProtos.TestProtobufRpc2Proto
- implements TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getChannel
public com.google.protobuf.RpcChannel getChannel()
ping2
public void ping2(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
- Description copied from class:
TestRpcServiceProtos.TestProtobufRpc2Proto
rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
- Specified by:
ping2
in interface TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
- Specified by:
ping2
in class TestRpcServiceProtos.TestProtobufRpc2Proto
echo2
public void echo2(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
- Description copied from class:
TestRpcServiceProtos.TestProtobufRpc2Proto
rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
- Specified by:
echo2
in interface TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
- Specified by:
echo2
in class TestRpcServiceProtos.TestProtobufRpc2Proto
Copyright © 2014 Apache Software Foundation. All Rights Reserved.