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

All Known Implementing Classes:
TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
Enclosing class:
TestRpcServiceProtos.TestProtobufRpc2Proto

public static interface TestRpcServiceProtos.TestProtobufRpc2Proto.Interface


Method Summary
 void echo2(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
           
 void ping2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 

Method Detail

ping2

void ping2(com.google.protobuf.RpcController controller,
           TestProtos.EmptyRequestProto request,
           com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)

echo2

void echo2(com.google.protobuf.RpcController controller,
           TestProtos.EchoRequestProto request,
           com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.