public static interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Modifier and Type | Method and Description |
---|---|
void |
add(com.google.protobuf.RpcController controller,
TestProtos.AddRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.AddResponseProto> done)
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto); |
void |
add2(com.google.protobuf.RpcController controller,
TestProtos.AddRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtos.AddResponseProto> done)
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto); |
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 |
echo2(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto2> done)
rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2); |
void |
echoPostponed(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echoPostponed(.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 |
exchange(com.google.protobuf.RpcController controller,
TestProtos.ExchangeRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.ExchangeResponseProto> done)
rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto); |
void |
getAuthMethod(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.AuthMethodResponseProto> done)
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto); |
void |
getAuthUser(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.AuthUserResponseProto> done)
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthUserResponseProto); |
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 |
sendPostponed(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
sleep(com.google.protobuf.RpcController controller,
TestProtos.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
slowPing(com.google.protobuf.RpcController controller,
TestProtos.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
testServerGet(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc testServerGet(.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);
void slowPing(com.google.protobuf.RpcController controller, TestProtos.SlowPingRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);
void echo2(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto2 request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto2> done)
rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);
void add(com.google.protobuf.RpcController controller, TestProtos.AddRequestProto request, com.google.protobuf.RpcCallback<TestProtos.AddResponseProto> done)
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);
void add2(com.google.protobuf.RpcController controller, TestProtos.AddRequestProto2 request, com.google.protobuf.RpcCallback<TestProtos.AddResponseProto> done)
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);
void testServerGet(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
void exchange(com.google.protobuf.RpcController controller, TestProtos.ExchangeRequestProto request, com.google.protobuf.RpcCallback<TestProtos.ExchangeResponseProto> done)
rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);
void sleep(com.google.protobuf.RpcController controller, TestProtos.SleepRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);
void getAuthMethod(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.AuthMethodResponseProto> done)
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);
void getAuthUser(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.AuthUserResponseProto> done)
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthUserResponseProto);
void echoPostponed(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
void sendPostponed(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
Copyright © 2017 Apache Software Foundation. All Rights Reserved.