public static final class TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub extends TestRpcServiceProtosLegacy.TestProtobufRpcProto implements TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface, TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface, TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub| Modifier and Type | Method and Description |
|---|---|
void |
add(com.google.protobuf.RpcController controller,
TestProtosLegacy.AddRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AddResponseProto> done)
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto); |
void |
add2(com.google.protobuf.RpcController controller,
TestProtosLegacy.AddRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AddResponseProto> done)
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto); |
void |
echo(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto); |
void |
echo2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto2> done)
rpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2); |
void |
echoPostponed(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto); |
void |
error(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
error2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
exchange(com.google.protobuf.RpcController controller,
TestProtosLegacy.ExchangeRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.ExchangeResponseProto> done)
rpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto); |
void |
getAuthMethod(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AuthMethodResponseProto> done)
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto); |
void |
getAuthUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
getCurrentUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto); |
void |
getServerRemoteUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto); |
void |
lockAndSleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
ping(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
sendPostponed(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
sleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
slowPing(com.google.protobuf.RpcController controller,
TestProtosLegacy.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
testServerGet(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
rpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);ping in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceping in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void echo(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);echo in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceecho in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void error(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);error in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceerror in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void error2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);error2 in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceerror2 in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void slowPing(com.google.protobuf.RpcController controller,
TestProtosLegacy.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);slowPing in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfaceslowPing in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void echo2(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto2> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc echo2(.hadoop.common.EchoRequestProto2) returns (.hadoop.common.EchoResponseProto2);echo2 in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceecho2 in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void add(com.google.protobuf.RpcController controller,
TestProtosLegacy.AddRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AddResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);add in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceadd in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void add2(com.google.protobuf.RpcController controller,
TestProtosLegacy.AddRequestProto2 request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AddResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);add2 in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceadd2 in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void testServerGet(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc testServerGet(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);testServerGet in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacetestServerGet in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void exchange(com.google.protobuf.RpcController controller,
TestProtosLegacy.ExchangeRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.ExchangeResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc exchange(.hadoop.common.ExchangeRequestProto) returns (.hadoop.common.ExchangeResponseProto);exchange in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfaceexchange in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void sleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);sleep in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interfacesleep in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void lockAndSleep(com.google.protobuf.RpcController controller,
TestProtosLegacy.SleepRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc lockAndSleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);lockAndSleep in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacelockAndSleep in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void getAuthMethod(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.AuthMethodResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);getAuthMethod in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacegetAuthMethod in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void getAuthUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);getAuthUser in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacegetAuthUser in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void echoPostponed(com.google.protobuf.RpcController controller,
TestProtosLegacy.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EchoResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);echoPostponed in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfaceechoPostponed in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void sendPostponed(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.EmptyResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);sendPostponed in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacesendPostponed in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void getCurrentUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);getCurrentUser in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacegetCurrentUser in class TestRpcServiceProtosLegacy.TestProtobufRpcProtopublic void getServerRemoteUser(com.google.protobuf.RpcController controller,
TestProtosLegacy.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtosLegacy.UserResponseProto> done)
TestRpcServiceProtosLegacy.TestProtobufRpcProtorpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);getServerRemoteUser in interface TestRpcServiceProtosLegacy.TestProtobufRpcProto.InterfacegetServerRemoteUser in class TestRpcServiceProtosLegacy.TestProtobufRpcProtoCopyright © 2008–2021 Apache Software Foundation. All rights reserved.