public static final class TestRpcServiceProtos.NewProtobufRpcProto.Stub extends TestRpcServiceProtos.NewProtobufRpcProto implements TestRpcServiceProtos.NewProtobufRpcProto.Interface
TestRpcServiceProtos.NewProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.NewProtobufRpcProto.Interface, TestRpcServiceProtos.NewProtobufRpcProto.Stub| Modifier and Type | Method and Description |
|---|---|
void |
echo(com.google.protobuf.RpcController controller,
TestProtos.OptRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.OptResponseProto> done)
rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
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); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.NewProtobufRpcProtorpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);ping in interface TestRpcServiceProtos.NewProtobufRpcProto.Interfaceping in class TestRpcServiceProtos.NewProtobufRpcProtopublic void echo(com.google.protobuf.RpcController controller, TestProtos.OptRequestProto request, com.google.protobuf.RpcCallback<TestProtos.OptResponseProto> done)
TestRpcServiceProtos.NewProtobufRpcProtorpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);echo in interface TestRpcServiceProtos.NewProtobufRpcProto.Interfaceecho in class TestRpcServiceProtos.NewProtobufRpcProtoCopyright © 2017 Apache Software Foundation. All Rights Reserved.