public static interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
| Modifier and Type | Method and Description |
|---|---|
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); |
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); |
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);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);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 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 Cloudera. All rights reserved.