public class TestRegionServerScan extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestRegionServerScan.MyRegionServer |
private static class |
TestRegionServerScan.MyRSRpcServices |
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.Admin |
admin |
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static byte[] |
CQ |
org.junit.rules.TestName |
name |
(package private) static byte[] |
r0 |
(package private) static byte[] |
r1 |
(package private) static byte[] |
r2 |
(package private) static org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestRegionServerScan() |
Modifier and Type | Method and Description |
---|---|
private static void |
putToTable(org.apache.hadoop.hbase.client.Table table,
byte[] rowkey) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testScannWhenRpcCallContextNull() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final byte[] CF
private static final byte[] CQ
private static final byte[] VALUE
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.hbase.client.Admin admin
static final org.apache.hadoop.hbase.TableName tableName
static final byte[] r0
static final byte[] r1
static final byte[] r2
public TestRegionServerScan()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testScannWhenRpcCallContextNull() throws Exception
Exception
private static void putToTable(org.apache.hadoop.hbase.client.Table table, byte[] rowkey) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.