public static final class TestRpcServiceProtos.TestProtobufRpcProto.Stub extends TestRpcServiceProtos.TestProtobufRpcProto implements TestRpcServiceProtos.TestProtobufRpcProto.Interface
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.TestProtobufRpcProto.Interface, TestRpcServiceProtos.TestProtobufRpcProto.Stub| 限定符和类型 | 方法和说明 |
|---|---|
void |
addr(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.AddrResponseProto> done)
rpc addr(.EmptyRequestProto) returns (.AddrResponseProto); |
void |
echo(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echo(.EchoRequestProto) returns (.EchoResponseProto); |
void |
error(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc error(.EmptyRequestProto) returns (.EmptyResponseProto); |
org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel |
getChannel() |
void |
pause(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.PauseRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc pause(.PauseRequestProto) returns (.EmptyResponseProto); |
void |
ping(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping(.EmptyRequestProto) returns (.EmptyResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel getChannel()
public void ping(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc ping(.EmptyRequestProto) returns (.EmptyResponseProto);public void echo(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echo(.EchoRequestProto) returns (.EchoResponseProto);public void error(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc error(.EmptyRequestProto) returns (.EmptyResponseProto);public void pause(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.PauseRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc pause(.PauseRequestProto) returns (.EmptyResponseProto);public void addr(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<TestProtos.AddrResponseProto> done)
rpc addr(.EmptyRequestProto) returns (.AddrResponseProto);Copyright © 2007–2019. All rights reserved.