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, newStub
public com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.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(com.google.protobuf.RpcController controller, TestProtos.OptRequestProto request, com.google.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 © 2017 Apache Software Foundation. All Rights Reserved.