public static interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Modifier and Type | Method and Description |
---|---|
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); |
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); |
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); |
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); |
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);
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);
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);
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 © 2014 Apache Software Foundation. All Rights Reserved.