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
ping2
void ping2(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
echo2
void echo2(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
Copyright © 2013 Apache Software Foundation. All Rights Reserved.