public class TestRSStatusServlet extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static int |
FAKE_IPC_PORT |
(package private) static int |
FAKE_WEB_PORT |
private org.apache.hadoop.hbase.ServerName |
fakeMasterAddress |
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetServerInfoResponse |
fakeResponse |
private org.apache.hadoop.hbase.ServerName |
fakeServerName |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.ipc.RpcServerInterface |
rpcServer |
private org.apache.hadoop.hbase.regionserver.RSRpcServices |
rpcServices |
private org.apache.hadoop.hbase.regionserver.HRegionServer |
rs |
Constructor and Description |
---|
TestRSStatusServlet() |
Modifier and Type | Method and Description |
---|---|
void |
setupBasicMocks() |
void |
testBasic() |
void |
testWithRegions() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.regionserver.HRegionServer rs
private org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices
private org.apache.hadoop.hbase.ipc.RpcServerInterface rpcServer
static final int FAKE_IPC_PORT
static final int FAKE_WEB_PORT
private final org.apache.hadoop.hbase.ServerName fakeServerName
private final org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetServerInfoResponse fakeResponse
private final org.apache.hadoop.hbase.ServerName fakeMasterAddress
public org.junit.rules.TestName name
public TestRSStatusServlet()
public void setupBasicMocks() throws IOException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
IOException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
public void testBasic() throws IOException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
IOException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
public void testWithRegions() throws IOException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
IOException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.