org.apache.hadoop.ipc.protobuf
Interface TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface

Enclosing class:
TestRpcServiceProtos.TestProtobufRpc2Proto

public static interface TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface


Method Summary
 TestProtos.EchoResponseProto echo2(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request)
           
 TestProtos.EmptyResponseProto ping2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request)
           
 

Method Detail

ping2

TestProtos.EmptyResponseProto ping2(com.google.protobuf.RpcController controller,
                                    TestProtos.EmptyRequestProto request)
                                    throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

echo2

TestProtos.EchoResponseProto echo2(com.google.protobuf.RpcController controller,
                                   TestProtos.EchoRequestProto request)
                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.