org.apache.hadoop.ipc.protobuf
Interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
- All Known Implementing Classes:
- TestRpcServiceProtos.TestProtobufRpcProto.Stub
- Enclosing class:
- TestRpcServiceProtos.TestProtobufRpcProto
public static interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
ping
void ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
echo
void echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
error
void error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
error2
void error2(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
Copyright © 2013 Apache Software Foundation. All Rights Reserved.