public static final class TestRpcServiceProtos.NewerProtobufRpcProto.Stub extends TestRpcServiceProtos.NewerProtobufRpcProto implements TestRpcServiceProtos.NewerProtobufRpcProto.Interface
TestRpcServiceProtos.NewerProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.NewerProtobufRpcProto.Interface, TestRpcServiceProtos.NewerProtobufRpcProto.Stub
Modifier and Type | Method and Description |
---|---|
void |
echo(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto); |
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.NewerProtobufRpcProto
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
ping
in interface TestRpcServiceProtos.NewerProtobufRpcProto.Interface
ping
in class TestRpcServiceProtos.NewerProtobufRpcProto
public void echo(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
TestRpcServiceProtos.NewerProtobufRpcProto
rpc echo(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
echo
in interface TestRpcServiceProtos.NewerProtobufRpcProto.Interface
echo
in class TestRpcServiceProtos.NewerProtobufRpcProto
Copyright © 2017 Apache Software Foundation. All Rights Reserved.