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(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TestProtos.OptRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TestProtos.OptResponseProto> done)
rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto); |
org.apache.hadoop.thirdparty.protobuf.RpcChannel |
getChannel() |
void |
ping(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public org.apache.hadoop.thirdparty.protobuf.RpcChannel getChannel()
public void ping(org.apache.hadoop.thirdparty.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.NewProtobufRpcProto
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
ping
in interface TestRpcServiceProtos.NewProtobufRpcProto.Interface
ping
in class TestRpcServiceProtos.NewProtobufRpcProto
public void echo(org.apache.hadoop.thirdparty.protobuf.RpcController controller, TestProtos.OptRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<TestProtos.OptResponseProto> done)
TestRpcServiceProtos.NewProtobufRpcProto
rpc echo(.hadoop.common.OptRequestProto) returns (.hadoop.common.OptResponseProto);
echo
in interface TestRpcServiceProtos.NewProtobufRpcProto.Interface
echo
in class TestRpcServiceProtos.NewProtobufRpcProto
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.