Package org.apache.hadoop.hbase.ipc
Class TestProtobufRpcServiceImpl
java.lang.Object
org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
- All Implemented Interfaces:
org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
@Private
public class TestProtobufRpcServiceImpl
extends Object
implements org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.hbase.thirdparty.com.google.protobuf.BlockingService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.AddrResponseProto
addr
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request) org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EchoResponseProto
echo
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EchoRequestProto request) org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto
error
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request) static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
newBlockingStub
(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr) static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
newBlockingStub
(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr, org.apache.hadoop.hbase.security.User user) static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.Interface
newStub
(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr) org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto
pause
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.PauseRequestProto request) org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto
ping
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request)
-
Field Details
-
SERVICE
-
-
Constructor Details
-
TestProtobufRpcServiceImpl
public TestProtobufRpcServiceImpl()
-
-
Method Details
-
newBlockingStub
public static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface newBlockingStub(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr) throws IOException - Throws:
IOException
-
newBlockingStub
public static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface newBlockingStub(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr, org.apache.hadoop.hbase.security.User user) throws IOException - Throws:
IOException
-
newStub
public static org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.Interface newStub(org.apache.hadoop.hbase.ipc.RpcClient client, InetSocketAddress addr) throws IOException - Throws:
IOException
-
ping
public org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto ping(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
ping
in interfaceorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
-
echo
public org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EchoResponseProto echo(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EchoRequestProto request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
echo
in interfaceorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
-
error
public org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto error(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
error
in interfaceorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
-
pause
public org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyResponseProto pause(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.PauseRequestProto request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
pause
in interfaceorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
-
addr
public org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.AddrResponseProto addr(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestProtos.EmptyRequestProto request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
addr
in interfaceorg.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
-