public class TestProtoBufRpc extends Object
src/test/protobuf/test.proto
and protobuf service definition from
src/test/protobuf/test_rpc_service.proto
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private InetSocketAddress |
isa |
private static int |
PORT |
String |
rpcServerImpl |
private org.apache.hadoop.hbase.ipc.RpcServerInterface |
server |
Constructor and Description |
---|
TestProtoBufRpc() |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
parameters() |
void |
setUp() |
void |
tearDown() |
void |
testProtoBufRpc() |
public static final HBaseClassTestRule CLASS_RULE
public static final String ADDRESS
private static int PORT
private InetSocketAddress isa
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.hbase.ipc.RpcServerInterface server
public String rpcServerImpl
public TestProtoBufRpc()
public static Collection<Object[]> parameters()
public void setUp() throws IOException
IOException
public void testProtoBufRpc() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.